Build doc artifact (trigger manually) #1
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: Build doc artifact (trigger manually) | |
on: | |
workflow_dispatch: | |
inputs: | |
branch: | |
description: 'The branch to build' | |
required: true | |
jobs: | |
call-build-doc: | |
uses: ./.github/workflows/deploy-doc.yml | |
with: | |
deploy-on-gh-pages: "false" |