Skip to content

Commit 5f8e438

Browse files
committed
Enable single-commit option for doc deployment (#5138)
Closes #5092. The `force` option wasn't needed as it is [already enabled by default](https://github.com/JamesIves/github-pages-deploy-action#optional-choices) (however I can add it if it would be better to have it explicitly specified).
1 parent 5b5660e commit 5f8e438

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,5 @@ jobs:
5454
with:
5555
branch: gh-pages
5656
folder: target/doc
57+
single-commit: true
58+
force: true

0 commit comments

Comments
 (0)