Skip to content

Commit 420f0d2

Browse files
committed
enable the github workflow on the book branch
1 parent 3f5cee5 commit 420f0d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mdbook.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Deploy GitHub Pages
22
on:
33
push:
4-
branches: ["main"]
4+
branches: ["main", "book"]
55
workflow_dispatch:
66

77
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages

0 commit comments

Comments
 (0)