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

Merge pull request #1209 from Hacker0x01/sw/small-tweaks-to-gateway-docs #459

Merge pull request #1209 from Hacker0x01/sw/small-tweaks-to-gateway-docs

Merge pull request #1209 from Hacker0x01/sw/small-tweaks-to-gateway-docs #459

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