Skip to content

remove unsafe-eval from script-src directive in CSP plugin config #68

remove unsafe-eval from script-src directive in CSP plugin config

remove unsafe-eval from script-src directive in CSP plugin config #68

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