We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddd0611 commit acde6acCopy full SHA for acde6ac
.github/workflows/pages.yml
@@ -15,6 +15,7 @@ jobs:
15
git config --local user.name "GitHub Action"
16
mv bindings/javascript/wasm/ docs/
17
touch docs/.nojekyll
18
+ echo "css-inline.org" > docs/CNAME
19
git add --force docs/
20
git commit -m "chore: build pages"
21
git push --force origin HEAD:gh-pages
0 commit comments