Skip to content

Merge pull request #7 from aoraki-labs/fix/slug #16

Merge pull request #7 from aoraki-labs/fix/slug

Merge pull request #7 from aoraki-labs/fix/slug #16

Workflow file for this run

name: Deploy
on:
push:
branches: [main]
jobs:
deploy:
name: Deploy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 'lts/*'
- name: Install Dependencies
run: npm install
- name: Build Project
run: npm run build
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./build
cname: docs.zkpool.io