We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81c7bc0 commit d280f65Copy full SHA for d280f65
.github/workflows/site.yaml
@@ -24,9 +24,7 @@ jobs:
24
fetch-depth: 0
25
- uses: astral-sh/setup-uv@v3
26
- run: uv python install
27
- - run: make deps
28
- - run: make build
29
- - run: make install
+ - run: make build install
30
- uses: quarto-dev/quarto-actions/setup@v2
31
- run: make docs
32
- uses: actions/configure-pages@v3
@@ -46,7 +44,6 @@ jobs:
46
44
47
45
- uses: actions/setup-node@v4
48
49
50
- run: make dev
51
52
- id: preview
0 commit comments