Skip to content

Commit 3fd5607

Browse files
committed
build: Set proper CNAME for the website
1 parent b6c168f commit 3fd5607

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/pages.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
git config --local user.name "GitHub Action"
1616
mv bindings/javascript/wasm/ docs/
1717
touch docs/.nojekyll
18+
echo "css-inline.org" > docs/CNAME
1819
git add --force docs/
1920
git commit -m "chore: build pages"
2021
git push --force origin HEAD:gh-pages

0 commit comments

Comments
 (0)