Skip to content

Commit 1424630

Browse files
committed
Update publish-dev.yml
1 parent 70322cc commit 1424630

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/publish-dev.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
# List directories after checking out gh-pages
2727
- name: List all directories and files after gh-pages checkout
28-
run: ls -la
28+
run: ls -la ./doc
2929

3030
- name: Render Quarto Project with Development Profile
3131
uses: quarto-dev/quarto-actions/render@v2
@@ -37,11 +37,10 @@ jobs:
3737

3838
# List directories after checking out gh-pages
3939
- name: List all directories and files after gh-pages checkout
40-
run: ls -la
40+
run: ls -la ./doc
4141

42-
4342
- name: Move rendered files to a temporary location
44-
run: mv ./_site /tmp/quarto-site
43+
run: mv ./doc/_site /tmp/quarto-site
4544

4645
- name: Check out gh-pages branch
4746
uses: actions/checkout@v4

0 commit comments

Comments
 (0)