Skip to content

chore: Temp developer branch during conference #20

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jun 10, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Remove website routine, no pkgdown site intended (#18)
  • Loading branch information
jcheng5 authored Jun 3, 2025
commit 9bf84f18db265dc067e91bdd5549401db8735230
8 changes: 4 additions & 4 deletions .github/workflows/R-CMD-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ on:
name: Package checks

jobs:
website:
uses: rstudio/shiny-workflows/.github/workflows/website.yaml@v1
with:
working-directory: ./r-package
# website:
# uses: rstudio/shiny-workflows/.github/workflows/website.yaml@v1
# with:
# working-directory: ./r-package
routine:
uses: rstudio/shiny-workflows/.github/workflows/routine.yaml@v1
with:
Expand Down
Loading