Skip to content

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
mrepol742 committed Nov 17, 2023
1 parent 94369c6 commit dbc1fa4
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
@@ -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
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
dragon-lang.css
/dragon-lang
dragon-lang.js
/arduino-programs
*.class
/obfuscate/node_modules

0 comments on commit dbc1fa4

Please sign in to comment.