Skip to content

Commit

Permalink
Merge pull request #6 from jhudsl/fix_css
Browse files Browse the repository at this point in the history
fixing css
  • Loading branch information
carriewright11 authored Jan 6, 2025
2 parents 75e42b7 + 98bce5b commit 9d7be8c
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/render-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
branches: [ main ]
paths:
- '**.Rmd'
- styles.css
- style.css
- _site.yml
- resources/images/*.png
- resources/icons/*.png
Expand Down
8 changes: 1 addition & 7 deletions _site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,4 @@ navbar:


output:
html_document:
lib_dir: site_libs
self_contained: no
highlight: textmate
css: styles.css
includes:
in_header: resources/header.html
html_document
Binary file added resources/icons/personal_tokens.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
2 changes: 1 addition & 1 deletion website_setup.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ A. [Create a personal access token](https://docs.github.com/en/authentication/ke

<input type="checkbox"> Go to **Developer Settings** in the side navigation <img src="resources/icons/developer_settings.png" alt="developer settings icon" class = icon>

<input type="checkbox"> Select **Generate new token (classic)** <img src="resources/icons/personal_access_tokens.png" alt="personal access token icon" class = icon>
<input type="checkbox"> Select **Generate new token (classic)** <img src="resources/icons/personal_tokens.png" alt="personal access token icon" class = icon>

<input type="checkbox"> Underneath **Select Scopes**, *check both* **repo** and **workflow**

Expand Down

0 comments on commit 9d7be8c

Please sign in to comment.