We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe5fbd8 commit 7751723Copy full SHA for 7751723
.github/workflows/docs.yml
@@ -30,7 +30,7 @@ jobs:
30
working-directory: ./repo
31
run: |
32
docker run --rm -v ${PWD}:/docs squidfunk/mkdocs-material build
33
- rsync -acvh ./public/ ../public/docs --delete
+ rsync -acvh ./public/ ../public/docs
34
35
- name: 🚀 Deploy to GitHub Pages
36
if: steps.build_docs.outcome == 'success'
0 commit comments