Skip to content

Commit 59bcb91

Browse files
committed
Fix docs action
1 parent c81e1cb commit 59bcb91

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
@@ -17,7 +17,7 @@ jobs:
1717

1818
- name: MkDocs
1919
run: |
20-
cp -rf README.md images docs
20+
cp -rf images docs
2121
docker run --rm -v ${PWD}:/docs squidfunk/mkdocs-material -- build
2222
2323
- name: Deploy

0 commit comments

Comments
 (0)