Skip to content

Commit cc83cac

Browse files
author
Omar Hughes
committed
update github workflow to use eca docker
1 parent 655333d commit cc83cac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run: |
1919
cp -rf CHANGELOG.md README.md images docs
2020
docker login docker.pkg.github.com --username $GITHUB_ACTOR --password ${{ secrets.GITHUB_TOKEN }}
21-
docker run --rm -v ${PWD}:/docs docker.pkg.github.com/clojure-lsp/docs-image/docs-image -- build
21+
docker run --rm -v ${PWD}:/docs ghcr.io/editor-code-assistant/docs-image/docs-image -- build
2222
- name: Deploy
2323
uses: peaceiris/actions-gh-pages@v3
2424
with:

0 commit comments

Comments
 (0)