Skip to content

fix(deps): update all dependencies (non-major) to v3.8.0 (#68) #39

fix(deps): update all dependencies (non-major) to v3.8.0 (#68)

fix(deps): update all dependencies (non-major) to v3.8.0 (#68) #39

Workflow file for this run

name: Deploy to GitHub Pages
on:
push:
branches:
- source
# Review gh actions docs if you want to further define triggers, paths, etc
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#on
permissions:
contents: write
jobs:
deploy:
name: Deploy to GitHub Pages
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
- run: npm ci
- run: npm run build
- uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./build