Skip to content

Opossum v8.1.0

Opossum v8.1.0 #20

Workflow file for this run

name: API Docs
on: release
jobs:
publish:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v3
-
name: Generate API documentation
run: npm install && npm run build:docs
-
name: Deploy to GitHub Pages
if: success()
uses: crazy-max/ghaction-github-pages@v3
with:
target_branch: gh-pages
build_dir: docs
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}