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