Skip to content

Commit

Permalink
git add * -f
Browse files Browse the repository at this point in the history
Signed-off-by: miguelgfierro <miguelgfierro@users.noreply.github.com>
  • Loading branch information
miguelgfierro committed Dec 31, 2023
1 parent 48b7cbc commit e5b9fb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:
- name: Build and deploy documentation
run: |
cd docs/_build/html
git add * -rf
git add * -f
git commit -m "Update documentation"
git push origin gh-pages

0 comments on commit e5b9fb9

Please sign in to comment.