Skip to content

Merge branch 'main' of https://github.com/Dataport/polar #42

Merge branch 'main' of https://github.com/Dataport/polar

Merge branch 'main' of https://github.com/Dataport/polar #42

Workflow file for this run

name: Publish pages folder to gh-pages
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 18.13.0
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm run buildPages
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./pages_output