Skip to content

build: Drop css-inline.org domain #118

build: Drop css-inline.org domain

build: Drop css-inline.org domain #118

Workflow file for this run

name: Update Github Pages
on:
push:
branches: [master]
jobs:
pages:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Update website
run: |
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
mv bindings/javascript/wasm/ docs/
touch docs/.nojekyll
git add --force docs/
git commit -m "chore: build pages"
git push --force origin HEAD:gh-pages