Skip to content

Merge pull request #1080 from marquiz/devel/golang #607

Merge pull request #1080 from marquiz/devel/golang

Merge pull request #1080 from marquiz/devel/golang #607

Workflow file for this run

name: Publish documentation
on:
push:
branches:
- master
- release-*
# Path filters are ignored for tags
paths:
- "docs/**"
- "Makefile"
tags:
- v*
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: false
jobs:
update-gh-pages:
uses: "./.github/workflows/common-build-docs.yaml"
with:
publish: true