Skip to content

Commit

Permalink
added a crucial step to the publishing analysis lesson
Browse files Browse the repository at this point in the history
  • Loading branch information
angelchen7 committed Jun 5, 2024
1 parent e8cb0ae commit 53abdee
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion materials/sections/git-github-publishing-analysis.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ In this lesson, we're going to take our `training_{USERNAME}` GitHub repository
b. This is our Quarto file rendered as `HTML` (a web page)

4. Commit your changes (for both `index.qmd` and `index.html`) with a commit message, and `push` to GitHub

a. If you have a folder called `index_files`, commit this as well. This folder contains the all the formatting and display settings for your html page.

5. Open your web browser to the [github.com](https://github.com/) and navigate to the page for your `training_{USERNAME}` repository

Expand Down Expand Up @@ -76,6 +76,7 @@ Now that we've successfully published a web page from an Quarto Document, let's
- Go back to your `index.qmd`
- Delete all the content, except the `YAML` frontmatter
- Type "Hello world"
- Render `index.qmd`
- Use Git workflow: ```Stage (add) -> Commit -> Pull -> Push```
- Go back to `https://{username}.github.io/{repo_name}/`
:::
Expand Down Expand Up @@ -118,6 +119,7 @@ In this exercise, you'll create a table of contents with the lessons of this cou
- Example: ```[Data wrangling and cleaning](data-wrangling-cleaning.html)```
</details>

- Render `index.qmd`

- Use Git workflow: ```Stage (add) -> Commit -> Pull -> Push```

Expand Down

0 comments on commit 53abdee

Please sign in to comment.