Skip to content

Commit

Permalink
Workaround for pkgdown math rendering (#69)
Browse files Browse the repository at this point in the history
* Workaround for r-lib/pkgdown#2704

* Shorten workflow names
  • Loading branch information
SkylarMarvel authored Oct 30, 2024
1 parent 598f9f2 commit 1ee6a06
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
pull_request:
branches: [main, master]

name: R-CMD-check.yaml
name: R-CMD-check

permissions: read-all

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
types: [published]
workflow_dispatch:

name: pkgdown.yaml
name: pkgdown

permissions: read-all

Expand Down
1 change: 1 addition & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ url: https://github.com/NIEHS/GeoTox
template:
bootstrap: 5
bootswatch: minty
math-rendering: mathjax

navbar:
structure:
Expand Down

0 comments on commit 1ee6a06

Please sign in to comment.