Skip to content

Commit

Permalink
Merge pull request #2 from jmarcelomb/adds_trigger_mdbook
Browse files Browse the repository at this point in the history
Adds explicit trigger to mdbook job
  • Loading branch information
JoaoCostaIFG authored Jan 7, 2025
2 parents c1b04ee + 16a69b5 commit 3a685fc
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/mdbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,13 @@ name: Deploy mdBook site to Pages

on:
push:
branches: [ "master" ]
branches: ["master"]
workflow_dispatch:
workflow_run:
workflows:
- Get Wiki contents from Joplin
types:
- completed

permissions:
contents: read
Expand All @@ -19,7 +24,7 @@ jobs:
build:
runs-on: ubuntu-latest
env:
MDBOOK_VERSION: 0.4.36
MDBOOK_VERSION: 0.4.43
steps:
- uses: actions/checkout@v4
- name: Install mdBook
Expand Down

0 comments on commit 3a685fc

Please sign in to comment.