Skip to content

V0.6 (#61)

V0.6 (#61) #66

Workflow file for this run

name: Documentation
on:
push:
branches: [main]
jobs:
deploy-wiki:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npm ci
- run: npm run wiki
- name: Push Wiki Changes
uses: Andrew-Chen-Wang/github-wiki-action@v4
env:
WIKI_DIR: wiki/
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_MAIL: ${{ secrets.EMAIL }}
GH_NAME: ${{ github.repository_owner }}
REPO: ${{ github.repository }}