Skip to content

Commit

Permalink
try doing it at the start?!?!?
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve0Greatness committed Dec 29, 2023
1 parent 6396cae commit da83220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
run: python build.py
- name: Commit docs directory
run: |
git add docs/
git config --global user.name 'github-actions'
git config --global user.email '[email protected]'
git commit -am "Automated report"
git add docs/
git push
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
Expand Down

0 comments on commit da83220

Please sign in to comment.