Skip to content

Update website workflow to ubuntu-latest #132

Update website workflow to ubuntu-latest

Update website workflow to ubuntu-latest #132

Workflow file for this run

jobs:
deploy:
# environment:
# name: Website
# url: ${{steps.deployment.outputs.page_url}}
permissions:
contents: read
id-token: write
pages: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: lts/*
- run: npm ci
- run: npx puppeteer browsers install chrome
- run: npm run docs
# - uses: actions/upload-pages-artifact@v5
# with:
# path: public
# - uses: actions/deploy-pages@v5
# id: deployment
name: website
on:
push:
branches:
- main
- fix-puppeteer