Skip to content

Create LICENSE

Create LICENSE #189

Workflow file for this run

name: "Publish Documentation"
on:
push:
branches: [ dev, master ]
paths-ignore:
- 'docker/**/VERSION'
jobs:
build_job:
runs-on: [self-hosted, html]
steps:
- uses: actions/checkout@v4
- name: "Publish wiki"
run: |
make publish_wiki_html BRANCH=${{ github.base_ref }}