Skip to content

Commit ff204ed

Browse files
authored
Fixed doc CD (#15)
Use the Docker images repo from the emacs-lsp organization.
1 parent d4a9b6b commit ff204ed

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
@@ -13,7 +13,8 @@ jobs:
1313
- name: MkDocs
1414
run: |
1515
cp -rf README.md images docs
16-
docker run --rm -v ${PWD}:/docs squidfunk/mkdocs-material -- build
16+
docker login docker.pkg.github.com --username $GITHUB_ACTOR --password ${{ secrets.GITHUB_TOKEN }}
17+
docker run --rm -v ${PWD}:/docs docker.pkg.github.com/emacs-lsp/docs-image/docs-image -- build
1718
1819
- name: Deploy
1920
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)