Skip to content

Commit 2dbbef3

Browse files
committed
devops
1 parent 45fad5a commit 2dbbef3

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.cursorignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
_site/
1+
docs/

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Install dependencies
1717
run: |
1818
pip install uv
19-
uv sync pyproject.toml
19+
uv sync
2020
2121
- name: Set up Quarto
2222
uses: quarto-dev/quarto-actions/setup@v2
@@ -38,7 +38,7 @@ jobs:
3838
- name: Install dependencies
3939
run: |
4040
pip install uv
41-
uv sync pyproject.toml
41+
uv sync
4242
4343
- name: Set up Quarto
4444
uses: quarto-dev/quarto-actions/setup@v2

book/_quarto.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
project:
22
type: book
3-
output-dir: ../_site
3+
output-dir: ../docs
44
preview:
55
port: 4200
66
browser: true

0 commit comments

Comments
 (0)