Add path prefix to website

This commit is contained in:
Daniel Lautzenheiser
2022-09-30 11:53:25 -04:00
parent 44a48d9d11
commit bfd99ad8f3
3 changed files with 1 additions and 17 deletions

View File

@ -1,16 +0,0 @@
name: Website Publish
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: enriikke/gatsby-gh-pages-action@v2
with:
access-token: ${{ secrets.ACCESS_TOKEN }}
working-dir: website