Skip to content

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

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

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

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@v4
- uses: actions/setup-node@v4
with:
node-version: 20.16.0
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm run pages:build
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./pages