File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -23,18 +23,18 @@ jobs:
23
23
- name : Restore R dependencies with renv
24
24
run : Rscript -e 'renv::restore()'
25
25
26
- # Render your Quarto site
26
+ # Render your Quarto site; output will go into the docs folder
27
27
- name : Render site with Quarto
28
28
run : quarto render
29
29
30
- # Debug step: List files in the output directory to verify rendering
30
+ # Debug step: List files in the docs directory to verify rendering
31
31
- name : List rendered files
32
32
run : ls -la docs
33
33
34
- # Deploy the rendered site to GitHub Pages (using the specified publish branch)
34
+ # Deploy the rendered site to GitHub Pages (using gh-pages branch)
35
35
- name : Deploy to GitHub Pages
36
36
uses : peaceiris/actions-gh-pages@v3
37
37
with :
38
38
github_token : ${{ secrets.GITHUB_TOKEN }}
39
- publish_dir : ./
40
- publish_branch : gh-pages # Change this if your GitHub Pages is configured to publish from a different branch
39
+ publish_dir : ./docs
40
+ publish_branch : gh-pages
Original file line number Diff line number Diff line change 3
3
output-dir : docs
4
4
5
5
book :
6
- site-url : https://h2l2cR.com
6
+ site-url : https://how-to-learn-to-code.github.io/Rclass-DataScience/
7
7
sidebar :
8
8
tools :
9
9
- icon : github
You can’t perform that action at this time.
0 commit comments