Skip to content

Commit 04e1f10

Browse files
committed
add missing docs to demos publish workflow
1 parent ab7c36d commit 04e1f10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-demos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
working-directory: ./
5555
run: |
5656
shopt -s extglob
57-
rm -fr !(README.md|examples)
57+
rm -fr !(README.md|examples|docs)
5858
5959
- name: Deploy 🚀
6060
uses: JamesIves/github-pages-deploy-action@v4

0 commit comments

Comments
 (0)