Skip to content

Commit

Permalink
Merge pull request #56 from davramov/issue_53
Browse files Browse the repository at this point in the history
Issue 53: Add "--force" to MkDocs deploy command
  • Loading branch information
davramov authored Feb 6, 2025
2 parents f878071 + ffb2e38 commit 2068f5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
pytest
- name: Build MkDocs site
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
run: mkdocs gh-deploy -f docs/mkdocs/mkdocs.yml
run: mkdocs gh-deploy -f docs/mkdocs/mkdocs.yml --force

0 comments on commit 2068f5b

Please sign in to comment.