Skip to content

build(deps): bump lru from 0.16.2 to 0.16.3 in /bindings/ruby #356

build(deps): bump lru from 0.16.2 to 0.16.3 in /bindings/ruby

build(deps): bump lru from 0.16.2 to 0.16.3 in /bindings/ruby #356

Workflow file for this run

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