Skip to content

Commit

Permalink
automatically build book
Browse files Browse the repository at this point in the history
  • Loading branch information
Yunuuuu committed Dec 14, 2024
1 parent ec82ced commit 2f9726c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/build-book.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
on:
push:
branches: [main, master]
pull_request:
branches: [main, master]
workflow_dispatch:

permissions: read-all

- uses: convictional/[email protected]
with:
owner: Yunuuuu
repo: ggalign-book
github_token: ${{ secrets.GGALIGN_BOOK }}
workflow_file_name: publish.yml

0 comments on commit 2f9726c

Please sign in to comment.