Skip to content

Commit

Permalink
Try to fix building the book
Browse files Browse the repository at this point in the history
  • Loading branch information
AldaronLau committed May 29, 2024
1 parent 809763e commit bcd8542
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: GitHub Pages

permissions:
contents: write

on:
push:
branches:
Expand All @@ -15,7 +18,7 @@ jobs:
- uses: actions/checkout@v3

- name: Setup mdBook
uses: peaceiris/actions-mdbook@v1
uses: peaceiris/actions-mdbook@v2
with:
mdbook-version: 'latest'

Expand Down

0 comments on commit bcd8542

Please sign in to comment.