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 8aa8b17 commit 1a1ecd6Copy full SHA for 1a1ecd6
.github/workflows/docs.yml
@@ -27,7 +27,7 @@ jobs:
27
docker run --rm -v ${PWD}:/docs docker.pkg.github.com/emacs-lsp/docs-image/docs-image -- build
28
29
- name: Deploy
30
- uses: peaceiris/actions-gh-pages@v3
+ uses: peaceiris/actions-gh-pages@v4
31
with:
32
github_token: ${{ secrets.GITHUB_TOKEN }}
33
publish_dir: ./site
0 commit comments