Skip to content

Commit 2e08946

Browse files
committed
fix pub
1 parent e215694 commit 2e08946

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/quarto-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
uses: peaceiris/actions-gh-pages@v3
2626
with:
2727
github_token: ${{ secrets.GITHUB_TOKEN }}
28-
publish_dir: docs
28+
publish_dir: ./docs

_quarto.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
project:
22
type: website
3-
output-dir: /docs
3+
output-dir: docs
44

55
website:
66
title: "Java Coding Challenges"
@@ -19,4 +19,4 @@ website:
1919

2020
format:
2121
html:
22-
theme: default
22+
theme: default

0 commit comments

Comments
 (0)