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 f240a7b commit dce1034Copy full SHA for dce1034
.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