Skip to content

Commit

Permalink
separate step
Browse files Browse the repository at this point in the history
  • Loading branch information
ceceppa committed Mar 21, 2024
1 parent 1e4479a commit e22e203
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/addon-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
uses: actions/checkout@v3
- name: Copy addon files
run: |
git clone https://ceceppa:${{ secrets.TOKEN }}@github.com/ceceppa/anima-godot-4.git deploy
cd deploy
git clone https://ceceppa:${{ secrets.TOKEN }}@github.com/ceceppa/anima-godot-4.git
cd anima-godot-4
git config user.name "GitHub Actions Bot"
git config user.email "<[email protected]>"
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,8 @@ jobs:
- name: Deploy
run: |
cd docs
rm -rf deploy
git clone https://ceceppa:${{ secrets.TOKEN }}@github.com/ceceppa/anima-doc.git deploy
cd deploy
git clone https://ceceppa:${{ secrets.TOKEN }}@github.com/ceceppa/anima-doc.git
cd anima-doc
git config user.name "GitHub Actions Bot"
git config user.email "<[email protected]>"
Expand Down

0 comments on commit e22e203

Please sign in to comment.