Skip to content

Commit 7a19a7b

Browse files
authored
ci: Fix docs
1 parent a3d2ee4 commit 7a19a7b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ jobs:
1818
- name: MkDocs
1919
run: |
2020
cp -rf screenshots docs
21-
docker run --rm -v ${PWD}:/docs squidfunk/mkdocs-material -- build
21+
docker login docker.pkg.github.com --username $GITHUB_ACTOR --password ${{ secrets.GITHUB_TOKEN }}
22+
docker run --rm -v ${PWD}:/docs docker.pkg.github.com/emacs-lsp/docs-image/docs-image -- build
2223
2324
- name: Deploy
2425
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)