Skip to content

Commit

Permalink
Update mdbook.yml fix pagetoc (#52)
Browse files Browse the repository at this point in the history
* Update mdbook.yml fix pagetoc

* Update mdbook.yml

* Update mdbook.yml
  • Loading branch information
fvacek authored Dec 17, 2024
1 parent 456d96f commit 9dba97e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/mdbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: Deploy mdBook site to Pages
on:
# Runs on pushes targeting the default branch
push:
branches: ["master"]
branches: ["master", "fix-pagetoc"]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand All @@ -29,8 +29,8 @@ jobs:
build:
runs-on: ubuntu-latest
env:
MDBOOK_VERSION: 0.4.37
MDBOOK_PAGETOC_VERSION: 0.1.9
MDBOOK_VERSION: 0.4.43
MDBOOK_PAGETOC_VERSION: 0.2.0
steps:
- uses: actions/checkout@v3
- name: Install mdBook
Expand Down

0 comments on commit 9dba97e

Please sign in to comment.