diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index e65b0d99..1a15fe51 100755 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -14,11 +14,11 @@ jobs: steps: - uses: actions/checkout@v3 - - name: Start Obfuscating + - name: Installing dependencies run: | composer install rm -rf .github org .gitignore - git add vendor + git rm -r --cached . - name: Push to deployment Repository id: push_directory diff --git a/.gitignore b/.gitignore index 85e2d8bc..09675200 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,3 @@ -dragon-lang.css -/dragon-lang -dragon-lang.js /arduino-programs *.class /obfuscate/node_modules