Skip to content

Commit

Permalink
address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
olivroy committed Feb 16, 2024
1 parent 5f90246 commit 0c073da
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 25 deletions.
2 changes: 2 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,5 @@
^vignettes/articles$
^_pkgdown\.yml$
^pkgdown$
docs_old$

3 changes: 1 addition & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@ on:
name: Package checks

jobs:
## Website is not pkgdown; Run `source("tools/docs_update.R")` on release!
# website:
# uses: rstudio/shiny-workflows/.github/workflows/website.yaml@v1
uses: rstudio/shiny-workflows/.github/workflows/website.yaml@v1
routine:
uses: rstudio/shiny-workflows/.github/workflows/routine.yaml@v1
with:
Expand Down
1 change: 0 additions & 1 deletion R/leaflet-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ NULL
release_bullets <- function() {
c(
"Update static imports: `staticimports::import()`",
"Rebuild website: `source(\"scripts/docs_update.R\")`",
'Check Super Zip example: `shiny::runGitHub("rstudio/shiny-examples", subdir = "063-superzip-example")`',
"Check licenses if bundled dependencies were updated",
'`source("scripts/viztest.R")`'
Expand Down
22 changes: 0 additions & 22 deletions scripts/docs_update.R

This file was deleted.

0 comments on commit 0c073da

Please sign in to comment.