only use extra_design when stack layout data is from the quad layout #132
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
on: | |
push: | |
branches: [main, master] | |
pull_request: | |
branches: [main, master] | |
workflow_dispatch: | |
name: build-book.yaml | |
permissions: read-all | |
jobs: | |
build-ggalign-book: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: convictional/[email protected] | |
with: | |
owner: Yunuuuu | |
repo: ggalign-book | |
github_token: ${{ secrets.GGALIGN_BOOK }} | |
workflow_file_name: publish.yml |