Skip to content
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.

Merge pull request #1199 from Hacker0x01/dependabot/npm_and_yarn/webp… #454

Merge pull request #1199 from Hacker0x01/dependabot/npm_and_yarn/webp…

Merge pull request #1199 from Hacker0x01/dependabot/npm_and_yarn/webp… #454

Workflow file for this run

name: Gatsby Publish
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16.x
- uses: enriikke/gatsby-gh-pages-action@v2
with:
access-token: ${{ secrets.DEPLOY_KEY }}
deploy-branch: gh-pages