Merge pull request #1080 from marquiz/devel/golang #607
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |