Skip to content

Commit 2575433

Browse files
authored
Update how-to-publish.md
Add extra steps
1 parent 1fe12e0 commit 2575433

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

how-to-publish.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,8 @@ quarto publish gh-pages
2929

3030
Add `.github/workflows/publish.yml` and add text from quarto [instructions](https://quarto.org/docs/publishing/github-pages.html#publish-action)
3131

32+
## 3. Push changes to GH
33+
Check all of the newly created files (including the _freeze directory) into your repository and then push to GitHub. A GitHub Pages site will be created for your repository, and every time you push a new change to the repository it will be automatically rebuilt to reflect the change.
34+
35+
## 4. Make GH Pages visible on repo
36+
To make the GH pages visible from the site click settings gearwheel next to **About** and check _Use Github Pages_.

0 commit comments

Comments
 (0)