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.
2 parents f240a7b + dce1034 commit a1005d6Copy full SHA for a1005d6
.github/workflows/docs.yml
@@ -22,7 +22,7 @@ jobs:
22
docker run --rm -v ${PWD}:/docs docker.pkg.github.com/emacs-lsp/docs-image/docs-image -- build
23
24
- name: Deploy
25
- uses: peaceiris/actions-gh-pages@v3
+ uses: peaceiris/actions-gh-pages@v4
26
with:
27
github_token: ${{ secrets.GITHUB_TOKEN }}
28
publish_dir: ./site
0 commit comments