Skip to content

Commit

Permalink
force add otherwise ignored docs files
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonBurns committed Feb 7, 2024
1 parent 3917383 commit e2d96f2
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 @@ -44,4 +44,4 @@ jobs:
git config user.email "[email protected]"
cd docs
touch _build/html/.nojekyll
cd _build/html; git add -A .; git commit -m "Automated documentation rebuild"; git push official gh-pages
cd _build/html; git add -f -A .; git commit -m "Automated documentation rebuild"; git push official gh-pages

0 comments on commit e2d96f2

Please sign in to comment.