Skip to content

feat: add media diet #88

feat: add media diet

feat: add media diet #88

Workflow file for this run

name: Gatsby Publish
on:
push:
branches:
- dev
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
ref: dev
- uses: actions/setup-node@v3
with:
node-version: 16
- uses: enriikke/gatsby-gh-pages-action@v2
with:
access-token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}