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 bbb1aa0 commit f51fee2Copy full SHA for f51fee2
.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