Skip to content

Commit dbe97a7

Browse files
committed
try finely-tuned action
1 parent 885ff01 commit dbe97a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
uses: julia-actions/julia-buildpkg@v1
5353

5454
- name: Render
55-
run: |
55+
run: |
5656
quarto render --output-dir=public
5757
if [[ ! -f ./public/index.html ]]; then
5858
echo "No index.html found in public directory. copying the first HTML file."

0 commit comments

Comments
 (0)