Skip to content
This repository was archived by the owner on Apr 21, 2026. It is now read-only.

Commit 2abd2e5

Browse files
committed
Add gatsby build for github pages
1 parent 878ad28 commit 2abd2e5

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.github/workflows/build.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: 'Build and Deploy Page'
2+
3+
on:
4+
push:
5+
branches:
6+
- gh-source
7+
8+
jobs:
9+
build:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: actions/checkout@master
13+
- uses: enriikke/gatsby-gh-pages-action@6f11d33d3ef1c31d7962f855e73d4fdcf0dcb8b7
14+
env:
15+
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
16+
DEPLOY_BRANCH: 'master'

0 commit comments

Comments
 (0)