Skip to content

Commit 466dbda

Browse files
generate redirects after build
1 parent 42602e0 commit 466dbda

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ jobs:
3939
uses: astral-sh/setup-uv@v4
4040
- name: Install Jupyter Book (via myst)
4141
run: npm install -g jupyter-book
42+
- name: Build HTML Assets
43+
run: jupyter-book build --html
4244
- name: Generate redirects
4345
run: |
4446
uv run https://raw.githubusercontent.com/pancakereport/jb1-redirect-generator/main/generate_redirects.py \
4547
--base-url https://data88e.org/textbook/
46-
- name: Build HTML Assets
47-
run: jupyter-book build --html
4848
- name: Upload artifact
4949
uses: actions/upload-pages-artifact@v3
5050
with:

0 commit comments

Comments
 (0)