Skip to content

Commit 70322cc

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

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/publish-dev.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ 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
29+
2630
- name: Render Quarto Project with Development Profile
2731
uses: quarto-dev/quarto-actions/render@v2
2832
with:
@@ -31,10 +35,9 @@ jobs:
3135
env:
3236
QUARTO_PROFILE: dev
3337

34-
- name: Print QUARTO_PROFILE and QUARTO_OUTPUT
35-
run: |
36-
echo "QUARTO_PROFILE is $QUARTO_PROFILE"
37-
echo "QUARTO_OUTPUT is $QUARTO_OUTPUT"
38+
# List directories after checking out gh-pages
39+
- name: List all directories and files after gh-pages checkout
40+
run: ls -la
3841

3942

4043
- name: Move rendered files to a temporary location

0 commit comments

Comments
 (0)