Skip to content

remove inline CSS and reconfigure CSP plugin #63

remove inline CSS and reconfigure CSP plugin

remove inline CSS and reconfigure CSP plugin #63

Workflow file for this run

name: Gatsby Publish
on:
pull_request:
branches:
- main
jobs:
deploy:
name: Deploy to GitHub Pages
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 16
cache: yarn
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Build website
run: yarn build