Skip to content

v8.10.0

v8.10.0 #24

Workflow file for this run

name: Deploy TypeDoc on GitHub pages
on:
workflow_dispatch:
release:
types: [published]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build documentation
uses: zakodium/typedoc-action@v2
with:
entry: 'types.d.ts'
name: OpenChemLib JS
- name: Deploy to GitHub pages
uses: JamesIves/github-pages-deploy-action@releases/v4
with:
token: ${{ secrets.BOT_TOKEN }}
branch: gh-pages
folder: docs
clean: true