We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36ff255 commit 79878e8Copy full SHA for 79878e8
.github/workflows/pkgdown.yaml
@@ -46,5 +46,7 @@ jobs:
46
uses: JamesIves/github-pages-deploy-action@v4.5.0
47
with:
48
clean: false
49
- branch: main
+ branch: gh-pages
50
folder: docs
51
+ permissions:
52
+ contents: write
0 commit comments