We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42602e0 commit 466dbdaCopy full SHA for 466dbda
1 file changed
.github/workflows/deploy.yml
@@ -39,12 +39,12 @@ jobs:
39
uses: astral-sh/setup-uv@v4
40
- name: Install Jupyter Book (via myst)
41
run: npm install -g jupyter-book
42
+ - name: Build HTML Assets
43
+ run: jupyter-book build --html
44
- name: Generate redirects
45
run: |
46
uv run https://raw.githubusercontent.com/pancakereport/jb1-redirect-generator/main/generate_redirects.py \
47
--base-url https://data88e.org/textbook/
- - name: Build HTML Assets
- run: jupyter-book build --html
48
- name: Upload artifact
49
uses: actions/upload-pages-artifact@v3
50
with:
0 commit comments