We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c81e1cb commit 59bcb91Copy full SHA for 59bcb91
.github/workflows/docs.yml
@@ -17,7 +17,7 @@ jobs:
17
18
- name: MkDocs
19
run: |
20
- cp -rf README.md images docs
+ cp -rf images docs
21
docker run --rm -v ${PWD}:/docs squidfunk/mkdocs-material -- build
22
23
- name: Deploy
0 commit comments