Skip to content

Commit 7c0e93e

Browse files
committed
Update publish-dev.yml
1 parent 1424630 commit 7c0e93e

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

.github/workflows/publish-dev.yml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ jobs:
2323
- run: pip install jupyter
2424
- run: pip install -r doc/requirements-doc.txt
2525

26-
# List directories after checking out gh-pages
27-
- name: List all directories and files after gh-pages checkout
28-
run: ls -la ./doc
29-
3026
- name: Render Quarto Project with Development Profile
3127
uses: quarto-dev/quarto-actions/render@v2
3228
with:
@@ -35,13 +31,12 @@ jobs:
3531
env:
3632
QUARTO_PROFILE: dev
3733

38-
# List directories after checking out gh-pages
39-
- name: List all directories and files after gh-pages checkout
40-
run: ls -la ./doc
41-
4234
- name: Move rendered files to a temporary location
43-
run: mv ./doc/_site /tmp/quarto-site
35+
run: mv ./doc/_site/dev /tmp/quarto-site
4436

37+
- name: List contents of temporary site directory
38+
run: ls -la /tmp/quarto-site
39+
4540
- name: Check out gh-pages branch
4641
uses: actions/checkout@v4
4742
with:

0 commit comments

Comments
 (0)