Skip to content

Commit

Permalink
Do not keep history in gh-pages branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
pierre-rouanet committed Apr 14, 2020
1 parent 5674e7c commit 65aaf72
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/sphinx-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ jobs:
with:
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
publish_branch: gh-pages
publish_dir: ./software/doc/_build/html
publish_dir: ./software/doc/_build/html
force_orphan: true

0 comments on commit 65aaf72

Please sign in to comment.