feat: add ggplot method for ggalign_area
#752
This file contains hidden or 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/trigger-workflow-and-wait@v1.6.1 | |
| with: | |
| owner: Yunuuuu | |
| repo: ggalign-book | |
| github_token: ${{ secrets.GGALIGN_TUTORIAL }} | |
| workflow_file_name: publish.yml |