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 030d369 commit 8547cd6Copy full SHA for 8547cd6
.github/workflows/docs.yml
@@ -19,7 +19,7 @@ jobs:
19
docker run --rm -v ${PWD}:/docs docker.pkg.github.com/emacs-lsp/docs-image/docs-image -- build
20
21
- name: Deploy
22
- uses: peaceiris/actions-gh-pages@v3
+ uses: peaceiris/actions-gh-pages@v4
23
with:
24
github_token: ${{ secrets.GITHUB_TOKEN }}
25
publish_dir: ./site
0 commit comments