Skip to content

Starting chm build #2

Starting chm build

Starting chm build #2

Workflow file for this run

name: chm
on:
push:
branches:
- master
- develop
paths-ignore:
- 'doc/**'
- 'Version3/**'
- 'README.md'
pull_request:
branches:
- master
- develop
paths-ignore:
- 'doc/**'
- 'Version3/**'
- 'README.md'
schedule:
- cron: '1 2 2/7 * *'
workflow_dispatch:
jobs:
build-chm:
runs-on: windows-latest
steps:
- name: '🧰 Checkout'
uses: actions/checkout@v4
- name: 'fixup_html'
shell: bash
working-directory: ./HTMLversion/HTML
run: ./fixup_html.bash