Skip to content

chore: rewrite blog in Astro.js (#2) #31

chore: rewrite blog in Astro.js (#2)

chore: rewrite blog in Astro.js (#2) #31

Workflow file for this run

name: Publish Gatsby
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: enriikke/gatsby-gh-pages-action@v2
with:
access-token: ${{ secrets.ACCESS_TOKEN }}
deploy-branch: dist
working-dir: blog