We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e215694 commit 2e08946Copy full SHA for 2e08946
.github/workflows/quarto-publish.yml
@@ -25,4 +25,4 @@ jobs:
25
uses: peaceiris/actions-gh-pages@v3
26
with:
27
github_token: ${{ secrets.GITHUB_TOKEN }}
28
- publish_dir: docs
+ publish_dir: ./docs
_quarto.yml
@@ -1,6 +1,6 @@
1
project:
2
type: website
3
- output-dir: /docs
+ output-dir: docs
4
5
website:
6
title: "Java Coding Challenges"
@@ -19,4 +19,4 @@ website:
19
20
format:
21
html:
22
- theme: default
+ theme: default
0 commit comments