Skip to content

Commit

Permalink
ci(docs.yml): Don't copy images folder
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Apr 2, 2024
1 parent 45db37b commit 1fe197b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

- name: MkDocs
run: |
cp -rf README.md images docs
cp -rf README.md docs
docker login docker.pkg.github.com --username $GITHUB_ACTOR --password ${{ secrets.GITHUB_TOKEN }}
docker run --rm -v ${PWD}:/docs docker.pkg.github.com/emacs-lsp/docs-image/docs-image -- build
Expand Down

0 comments on commit 1fe197b

Please sign in to comment.