Feature/website (#5)

* Add basic website
* Add website deploy action
This commit is contained in:
Daniel Lautzenheiser
2022-09-30 08:59:03 -06:00
committed by GitHub
parent de040e6727
commit 27659baca6
150 changed files with 20752 additions and 7 deletions

16
.github/workflows/website.yml vendored Normal file
View File

@ -0,0 +1,16 @@
name: Website Publish
on:
push:
branches:
- dev
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'