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 70322cc commit 1424630Copy full SHA for 1424630
.github/workflows/publish-dev.yml
@@ -25,7 +25,7 @@ jobs:
25
26
# List directories after checking out gh-pages
27
- name: List all directories and files after gh-pages checkout
28
- run: ls -la
+ run: ls -la ./doc
29
30
- name: Render Quarto Project with Development Profile
31
uses: quarto-dev/quarto-actions/render@v2
@@ -37,11 +37,10 @@ jobs:
37
38
39
40
41
42
-
43
- name: Move rendered files to a temporary location
44
- run: mv ./_site /tmp/quarto-site
+ run: mv ./doc/_site /tmp/quarto-site
45
46
- name: Check out gh-pages branch
47
uses: actions/checkout@v4
0 commit comments