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 885ff01 commit dbe97a7Copy full SHA for dbe97a7
.github/workflows/build.yml
@@ -52,7 +52,7 @@ jobs:
52
uses: julia-actions/julia-buildpkg@v1
53
54
- name: Render
55
- run: |
+ run: |
56
quarto render --output-dir=public
57
if [[ ! -f ./public/index.html ]]; then
58
echo "No index.html found in public directory. copying the first HTML file."
0 commit comments