We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 215360a commit 155cbecCopy full SHA for 155cbec
1 file changed
.github/workflows/publish.yml
@@ -24,7 +24,7 @@ jobs:
24
uses: actions/configure-pages@v5
25
- name: Build geno
26
run: |
27
- uv run geno
+ uv run geno build geno.yml
28
- name: Upload artifact
29
uses: actions/upload-pages-artifact@v3
30
with:
0 commit comments