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 2aad668 commit 198bc8eCopy full SHA for 198bc8e
.github/workflows/deploy-pages.yml
@@ -50,6 +50,7 @@ jobs:
50
mkdir -p _site
51
52
# Copy examples folder
53
+ mkdir -p _site/examples
54
cp -r examples/* _site/examples/
55
56
# Copy dist folder for example pages to access the scripts
0 commit comments