Skip to content

Merge pull request #184 from leopardslab/partik-gsoc2023 #8

Merge pull request #184 from leopardslab/partik-gsoc2023

Merge pull request #184 from leopardslab/partik-gsoc2023 #8

Workflow file for this run

name: Host Docs
on:
push:
branches:
- master
jobs:
host-documentation:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Generate Docs
run: |
yarn
yarn doc
- name: Deploy
uses: JamesIves/github-pages-deploy-action@releases/v3
with:
GITHUB_TOKEN: ${{ secrets.JSDoc_TOKEN }}
BRANCH: gh-pages
FOLDER: docs