Add path prefix to website
This commit is contained in:
16
.github/workflows/website.yml
vendored
16
.github/workflows/website.yml
vendored
@ -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
|
Reference in New Issue
Block a user