Added examples to Git commands mini-reference section #186
Workflow file for this run
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: trigger-book-build | |
on: | |
pull_request: | |
jobs: | |
build: | |
uses: ProjectPythia/cookbook-actions/.github/workflows/build-book.yaml@main | |
with: | |
environment_name: pythia-book-dev | |
artifact_name: book-zip-${{ github.event.number }} | |
# Other input options are possible, see ProjectPythia/cookbook-actions/.github/workflows/build-book.yaml |