Skip to content

Commit

Permalink
Update documentation_workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
siriak authored Feb 15, 2024
1 parent 8381a8d commit 519ec3e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/documentation_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ jobs:
run: |
echo "Installing R package dependencies. Scripts might have additional dependencies installed."
Rscript -e 'if (!require(knitr)) install.packages("knitr")'
- name: Documentation compilation
- name: Remove old documentation
run: 'rm documentation/*'
- name: Generate new documentation
run: 'Rscript .github/scripts/doc_builder.r'
- name: Commit Documentation
run: |
Expand Down

0 comments on commit 519ec3e

Please sign in to comment.