Skip to content

Commit aed4c6d

Browse files
committed
Simplify workflow to fix queued status issue
1 parent b0f991f commit aed4c6d

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

.github/workflows/book.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,12 @@ on:
66
branches:
77
- main
88

9-
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
10-
permissions:
11-
contents: read
12-
pages: write
13-
id-token: write
14-
159
# This job installs dependencies, build the book, and pushes it to `gh-pages`
1610
jobs:
1711
deploy-book:
1812
runs-on: ubuntu-latest
1913
steps:
2014
- uses: actions/checkout@v4
21-
with:
22-
fetch-depth: 0
2315

2416
# Install dependencies
2517
- name: Set up Python 3.9
@@ -30,6 +22,7 @@ jobs:
3022
- name: Install dependencies
3123
run: |
3224
pip install -r book-requirements-Linux-macOS.txt
25+
3326
# Build the book
3427
- name: Build the book
3528
run: |

0 commit comments

Comments
 (0)