Skip to content

Merge pull request #69 from ChainSafe/nflaig/update-workflows #11

Merge pull request #69 from ChainSafe/nflaig/update-workflows

Merge pull request #69 from ChainSafe/nflaig/update-workflows #11

Workflow file for this run

name: Deploy to GitHub Pages
on:
push:
branches:
- master
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: "22"
- run: yarn
- run: yarn build
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
env:
PERSONAL_TOKEN: ${{ secrets.GH_PAGES_TOKEN }}
PUBLISH_BRANCH: gh-pages
PUBLISH_DIR: ./dist