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 ab7c36d commit 04e1f10Copy full SHA for 04e1f10
.github/workflows/publish-demos.yml
@@ -54,7 +54,7 @@ jobs:
54
working-directory: ./
55
run: |
56
shopt -s extglob
57
- rm -fr !(README.md|examples)
+ rm -fr !(README.md|examples|docs)
58
59
- name: Deploy 🚀
60
uses: JamesIves/github-pages-deploy-action@v4
0 commit comments