Skip to content

Commit 1ae7062

Browse files
committed
Revert to previous gh page version.
1 parent f9badc2 commit 1ae7062

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy_book.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ on:
55
push:
66
branches:
77
- main
8-
- 'rc/*'
8+
- rc/*
99

1010
# This job installs dependencies, builds the book, and pushes it to `gh-pages`
1111
jobs:
1212
deploy-book:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v5
15+
- uses: actions/checkout@v4
1616

1717
# Install dependencies
1818
- name: Set up Python 3.13
@@ -36,7 +36,7 @@ jobs:
3636
3737
# Push the book's HTML to github-pages
3838
- name: GitHub Pages action
39-
uses: peaceiris/actions-gh-pages@v4
39+
uses: peaceiris/actions-gh-pages@v3.6.1
4040
with:
4141
github_token: ${{ secrets.GITHUB_TOKEN }}
4242
publish_dir: ./_build/html

0 commit comments

Comments
 (0)