Skip to content

Commit

Permalink
add name
Browse files Browse the repository at this point in the history
  • Loading branch information
Yunuuuu committed Dec 14, 2024
1 parent c404e58 commit 4942652
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .github/workflows/build-book.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,20 @@ on:
branches: [main, master]
workflow_dispatch:

name: build-book.yaml

permissions: read-all

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

0 comments on commit 4942652

Please sign in to comment.