Skip to content

Commit 81fb522

Browse files
committed
🔧 Update deploy workflow
1 parent 8f3b9c1 commit 81fb522

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/pages.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
steps:
3131
- name: Checkout
3232
uses: actions/checkout@v4
33+
- name: Install packages
3334
- name: Setup pandoc
3435
uses: pandoc/actions/setup@v1
3536
- name: Setup python
@@ -43,11 +44,11 @@ jobs:
4344
run: |
4445
uv venv
4546
echo "$PWD/.venv/bin" >> $GITHUB_PATH
46-
uv pip install -e ".[docs]"
47+
uv pip install --group=docs
4748
- name: Setup Pages
4849
uses: actions/configure-pages@v5
4950
- name: Build HTML
50-
run: make html
51+
run: uv run make html
5152
working-directory: docs/
5253
- name: Upload artifact
5354
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)