diff --git a/index.Rmd b/index.Rmd index c16a41a..6099041 100644 --- a/index.Rmd +++ b/index.Rmd @@ -14,9 +14,9 @@ knitr::opts_chunk$set(echo = TRUE) ## R Markdown - adfasfd + step - afdafsd + step [this is a link](https://www.itcrtraining.org/) diff --git a/resources/dictionary.txt b/resources/dictionary.txt index c3bf9f5..331c88b 100644 --- a/resources/dictionary.txt +++ b/resources/dictionary.txt @@ -1,3 +1,4 @@ +github cheatsheet css custimization diff --git a/website_setup.Rmd b/website_setup.Rmd index 437a175..c66b045 100644 --- a/website_setup.Rmd +++ b/website_setup.Rmd @@ -44,7 +44,7 @@ A. [Create a personal access token](https://docs.github.com/en/authentication/ke Select **Generate new token (classic)** personal access token icon - Underneath **Select Scopes**, *check both* **repo** and **workflow** + Underneath **Select Scopes**, *check both* **repo** and **workflow** Click:
Generate Token
@@ -54,7 +54,7 @@ B. [Save the copied personal access token as a repository secret](https://docs.g In your OTTR repository, go to **Settings** in the top navigation tabs settings icon - Go to **Secrets and variables** in the side navigation secrets icon + Go to **Secrets and variables** in the side navigation secrets icon Click on **Actions** @@ -72,14 +72,14 @@ B. [Save the copied personal access token as a repository secret](https://docs.g Go to **Pages** in the side navigation pages icon - In the **Build and deployment section** + In the **Build and deployment section** + + 1. Under **Source**, select **Deploy from a branch** + 2. Under **Branch**, pick **main** and choose **/docs**, and click **Save** + + at the button of the page, check **Enforce HTTPS** + - 1. Under **Source**, select **Deply from a branch** - 2. Under **Branch**, pick **main** and choose **/docs**, and click **Save** - - at the botton of the page, check **Enforce HTTPS** - - ## Enroll your OTTR repository for template updates Refer to our Template Updates Cheatsheet