Skip to content
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

Update config_automation.yml #3

Merged
merged 17 commits into from
Jan 14, 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
Prev Previous commit
Next Next commit
Update without install.packages()
cansavvy committed Jan 14, 2025
commit e81df8785cb57a1f1c9a6e9d08f0e32da24fab48
1 change: 0 additions & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
@@ -177,7 +177,6 @@ jobs:
id: quarto
if: ${{needs.yaml-check.outputs.toggle_website == 'quarto' }}
run: |
install.packages("quarto", repos='http://cran.us.r-project.org')
quarto::quarto_render('.')
shell: Rscript {0}