Skip to content

Bump version

Bump version #32

Workflow file for this run

name: deploy-api-docs
on:
push:
tags:
- '*'
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- uses: krdlab/[email protected]
- name: Setup
run: haxelib install dox
- name: Build documentation
run: |
cd api
haxe api.hxml -xml build/api.xml -D doc-gen
haxe dox.hxml
- name: Deploy gh-pages
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: api/pages
single-commit: true