Skip to content

Commit

Permalink
Test regular build site
Browse files Browse the repository at this point in the history
  • Loading branch information
pchelle committed Jan 26, 2024
1 parent 8d26545 commit 796fd0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev-site-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
Rscript .github/workflows/install_dependencies.R
- name: Build dev site
run: |
pkgdown::build_site_github_pages(install=TRUE)
pkgdown::build_site()
shell: Rscript {0}
- name: Deploy to GitHub pages
uses: JamesIves/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/site-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
shell: Rscript {0}
- name: Build dev site
run: |
pkgdown::build_site_github_pages(install=TRUE)
pkgdown::build_site()
shell: Rscript {0}
- name: Deploy to GitHub pages
uses: JamesIves/[email protected]
Expand Down

0 comments on commit 796fd0d

Please sign in to comment.