We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed9d074 commit cf65a30Copy full SHA for cf65a30
1 file changed
.github/workflows/pages.yml
@@ -43,6 +43,7 @@ jobs:
43
cp index.html _site/
44
cp demo/* _site/demo/
45
cp dist/* _site/dist/
46
+ cp no-nimble.js _site/
47
48
- uses: actions/upload-pages-artifact@v3
49
with:
0 commit comments