Skip to content

[+] Tidy up the Everland status parsing #156

[+] Tidy up the Everland status parsing

[+] Tidy up the Everland status parsing #156

Workflow file for this run

name: JSDoc
on:
push:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm ci
- name: Build
run: npm run docs
- name: Deploy
uses: peaceiris/actions-gh-pages@v4
with:
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
publish_dir: ./docs