Skip to content

Commit

Permalink
Don't include the wildcard?!?!
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve0Greatness committed Dec 29, 2023
1 parent bf8bac7 commit 6396cae
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 @@ -27,7 +27,7 @@ jobs:
git config --global user.name 'github-actions'
git config --global user.email '[email protected]'
git commit -am "Automated report"
git add docs/*
git add docs/
git push
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
Expand Down

0 comments on commit 6396cae

Please sign in to comment.