Skip to content

Commit

Permalink
fix workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
Yunuuuu committed Dec 14, 2024
1 parent 2f9726c commit c404e58
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions .github/workflows/build-book.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,14 @@ on:

permissions: read-all

- uses: convictional/[email protected]
with:
owner: Yunuuuu
repo: ggalign-book
github_token: ${{ secrets.GGALIGN_BOOK }}
workflow_file_name: publish.yml
jobs:
build-ggalign-book:
steps:
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

0 comments on commit c404e58

Please sign in to comment.