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).
This commit is contained in:
parent
5b5660ea08
commit
5f8e43833d
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
@ -54,3 +54,5 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
branch: gh-pages
|
branch: gh-pages
|
||||||
folder: target/doc
|
folder: target/doc
|
||||||
|
single-commit: true
|
||||||
|
force: true
|
||||||
|
Loading…
Reference in New Issue
Block a user