Skip to content

Commit

Permalink
fix: force adding docs in gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
PrettyWood committed Oct 16, 2023
1 parent 93a8072 commit 89542bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ jobs:
make dev-install
make doc
git add docs
git add -f docs
git commit -m "Re-generated documentation"
git push origin gh-pages

0 comments on commit 89542bd

Please sign in to comment.