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