parent
28d8d172f7
commit
f21ac32de3
1 changed files with 20 additions and 0 deletions
@ -0,0 +1,20 @@ |
|||||||
|
name: Deployment to GitHub Pages |
||||||
|
on: |
||||||
|
push: |
||||||
|
branches: [ master ] |
||||||
|
jobs: |
||||||
|
build: |
||||||
|
runs-on: ubuntu-latest |
||||||
|
steps: |
||||||
|
- uses: actions/checkout@v2 |
||||||
|
- uses: actions/setup-node@v1 |
||||||
|
with: |
||||||
|
node-version: 12 |
||||||
|
- run: npm install -g yarn |
||||||
|
- run: | |
||||||
|
yarn install |
||||||
|
yarn meta |
||||||
|
yarn build |
||||||
|
env: |
||||||
|
ROADMAP_GH_SECRET: ${{ secrets.GA_SECRET }} |
||||||
|
- run: npm run deploy |
Loading…
Reference in new issue