Skip to content

add "Bitcoin: A Work in Progress" #108

add "Bitcoin: A Work in Progress"

add "Bitcoin: A Work in Progress" #108

Workflow file for this run

name: Gatsby Publish
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 19
- uses: enriikke/gatsby-gh-pages-action@v2
with:
access-token: ${{ secrets.GATSBY_BUILD }}
deploy-branch: gh-pages