Skip to content

Commit

Permalink
move single-commit to tagged releases
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwilliams committed Feb 22, 2025
1 parent 8fa9113 commit 12e372e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ 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 @@ -172,6 +171,7 @@ jobs:
branch: gh-pages # The branch the action should deploy to.
folder: doc # The folder the action should deploy.
target-folder: prev/${{github.ref_name}} # deploy to a version-specific folder
single-commit: true

- name: Upload coverage
if: matrix.gcc_v == 7
Expand Down

0 comments on commit 12e372e

Please sign in to comment.