Skip to content

test new workflow

test new workflow #40

Workflow file for this run

name: Gatsby Publish
on:
push:
branches:
- dev
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: xichen1/gatsby-gh-pages-action
with:
access-token: ${{ secrets.ACCESS_TOKEN }}
deploy-branch: gh-pages
gatsby-args: --prefix-paths
env:
GATSBY_WEATHER_API_KEY: ${{ vars.GATSBY_WEATHER_API_KEY }}