Skip to content

Commit b8ec324

Browse files
committed
[docs] Use emacs-lsp docker image
1 parent 30ed36b commit b8ec324

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/docs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ jobs:
2525
- name: MkDocs
2626
run: |
2727
cp -rf screenshots docs
28-
docker run --rm -v ${PWD}:/docs squidfunk/mkdocs-material -- build
28+
29+
docker login docker.pkg.github.com --username $GITHUB_ACTOR --password ${{ secrets.GITHUB_TOKEN }}
30+
docker run --rm -v ${PWD}:/docs docker.pkg.github.com/emacs-lsp/docs-image/docs-image -- build
2931
3032
- name: Deploy
3133
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)