Skip to content

Merge pull request #307 from gcba/feat_table #984

Merge pull request #307 from gcba/feat_table

Merge pull request #307 from gcba/feat_table #984

Workflow file for this run

name: Build and publish in gh-pages
on:
push:
branches:
- master
jobs:
deploy:
name: Build and publish
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v2
with:
node-version: '14'
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Install dependencies
run: npm install
- name: Build
run: npm run build
- name: Deploy
uses: JamesIves/github-pages-deploy-action@releases/v3
with:
ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: public