Skip to content

Commit bffd86a

Browse files
committed
update quarto.yml
1 parent 22627f2 commit bffd86a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/custom-pages.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,18 @@ jobs:
2323
- name: Restore R dependencies with renv
2424
run: Rscript -e 'renv::restore()'
2525

26-
# Render your Quarto site
26+
# Render your Quarto site; output will go into the docs folder
2727
- name: Render site with Quarto
2828
run: quarto render
2929

30-
# Debug step: List files in the output directory to verify rendering
30+
# Debug step: List files in the docs directory to verify rendering
3131
- name: List rendered files
3232
run: ls -la docs
3333

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)
3535
- name: Deploy to GitHub Pages
3636
uses: peaceiris/actions-gh-pages@v3
3737
with:
3838
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

_quarto.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ project:
33
output-dir: docs
44

55
book:
6-
site-url: https://h2l2cR.com
6+
site-url: https://how-to-learn-to-code.github.io/Rclass-DataScience/
77
sidebar:
88
tools:
99
- icon: github

0 commit comments

Comments
 (0)