Skip to content

Commit

Permalink
set single-commit=true for doc branch
Browse files Browse the repository at this point in the history
see if this clears the commit history. Fixes #583
  • Loading branch information
jacobwilliams committed Feb 22, 2025
1 parent 1147599 commit addc925
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ jobs:
with:
branch: gh-pages # The branch the action should deploy to.
folder: doc # The folder the action should deploy.
single-commit: true
clean: true
clean-exclude: |
prev
Expand All @@ -166,7 +167,7 @@ jobs:
- name: Deploy documentation for tagged release
if: matrix.gcc_v == 7 && startsWith(github.ref, 'refs/tags/')
uses: JamesIves/github-pages-deploy-action@v4.6.1
uses: JamesIves/github-pages-deploy-action@v4.7.3
with:
branch: gh-pages # The branch the action should deploy to.
folder: doc # The folder the action should deploy.
Expand Down

0 comments on commit addc925

Please sign in to comment.