Skip to content

Revert "add pathPrefix option" #40

Revert "add pathPrefix option"

Revert "add pathPrefix option" #40

Workflow file for this run

name: Publish Metafacture Blog
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v2
with:
node-version: 18
- uses: enriikke/gatsby-gh-pages-action@v2
with:
access-token: x-access-token:${{ secrets.GITHUB_TOKEN }}
deploy-branch: gh-pages