Skip to content

Merge pull request #2 from higlass/keller-mark-patch-1 #29

Merge pull request #2 from higlass/keller-mark-patch-1

Merge pull request #2 from higlass/keller-mark-patch-1 #29

Workflow file for this run

name: Deploy
on:
push:
branches:
- master
jobs:
deploy-to-npm:
name: Deploy to NPM
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 14
- run: |
yarn
yarn build-pkg
- uses: JS-DevTools/npm-publish@18351461ae08dde235c0ccee0633ec905f0b9a52
with:
token: ${{ secrets.NPM_AUTH_TOKEN }}
deploy-to-gh-pages:
name: Deploy to GitHub Pages
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- run: |
yarn
yarn build-demo
- uses: alex-page/[email protected]
with:
repo-token: ${{ secrets.GH_TOKEN }}
site-directory: build-demo