Skip to content

[Snyk] Security upgrade gatsby from 2.32.13 to 3.13.0 #219

[Snyk] Security upgrade gatsby from 2.32.13 to 3.13.0

[Snyk] Security upgrade gatsby from 2.32.13 to 3.13.0 #219

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@v2
- uses: pnpm/[email protected]
name: Install pnpm
id: pnpm-install
with:
version: 7.3.0
- name: Setup node
uses: actions/setup-node@v2
with:
node-version: '16.x'
- name: Install
run: pnpm i
- name: Build
run: npm run build:docs
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
if: github.ref == 'refs/heads/main'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./assets