Skip to content

Commit

Permalink
fix mdbook (try 1)
Browse files Browse the repository at this point in the history
  • Loading branch information
gdamore committed Oct 27, 2024
1 parent 8e57f47 commit 85e75eb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/mdbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: mdbook publish
on:
push:
branches:
- main:
pull_request:
- main
pull_request:

jobs:
deploy:
Expand All @@ -18,7 +18,7 @@ jobs:
uses: peaceiris/actions-mdbook@v2
with:
# mdbook-version: '0.4.10'
mdbook-version: 'latest'
mdbook-version: "latest"

- run: mdbook build

Expand All @@ -28,4 +28,4 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./book
destination_dir: ./ref
destination_dir: ./ref

0 comments on commit 85e75eb

Please sign in to comment.