Skip to content

updated from 1.60.0 to 1.97.0 (#16) #52

updated from 1.60.0 to 1.97.0 (#16)

updated from 1.60.0 to 1.97.0 (#16) #52

Workflow file for this run

name: CI
on: [push, pull_request, repository_dispatch]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: krdlab/setup-haxe@v1.5.1
with:
haxe-version: 4.3.6
- run: |
haxelib install hxnodejs
haxelib git dox https://github.com/HaxeFoundation/dox
haxelib dev vscode .
- run: haxe build.hxml
- run: haxe build.hxml
working-directory: example
- run: haxe doc.hxml
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{secrets.GITHUB_TOKEN}}
publish_dir: out
if: github.ref == 'refs/heads/master'