2022-09-30 08:59:03 -06:00
|
|
|
name: Website Publish
|
|
|
|
|
|
|
|
on:
|
|
|
|
push:
|
|
|
|
branches:
|
2022-09-30 10:59:46 -04:00
|
|
|
- main
|
2022-09-30 08:59:03 -06:00
|
|
|
|
|
|
|
jobs:
|
|
|
|
build:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
|
|
- uses: actions/checkout@v1
|
|
|
|
- uses: enriikke/gatsby-gh-pages-action@v2
|
|
|
|
with:
|
|
|
|
access-token: ${{ secrets.ACCESS_TOKEN }}
|
|
|
|
working-dir: 'website'
|