File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 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 :
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
You can’t perform that action at this time.
0 commit comments