Skip to content

[Snyk] Security upgrade gatsby from 2.32.13 to 5.12.0 #232

[Snyk] Security upgrade gatsby from 2.32.13 to 5.12.0

[Snyk] Security upgrade gatsby from 2.32.13 to 5.12.0 #232

Workflow file for this run

name: GitHub Pages
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-20.04
permissions:
contents: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
name: Install pnpm
id: pnpm-install
with:
version: 8
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: '20.x'
- name: Install
run: pnpm i
- name: Build
run: npm run build:docs
- name: Deploy
uses: peaceiris/actions-gh-pages@v4
if: github.ref == 'refs/heads/main'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./assets