Skip to content

Commit

Permalink
Update documentation_workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
siriak committed Feb 16, 2024
1 parent b29b568 commit 9c3e24e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/documentation_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@ jobs:
run: |
echo "Creating 'Documentation'"
mkdir -p documentation
- name: Install knitr dependency
- name: Install dependencies
run: |
echo "Installing R package dependencies. Scripts might have additional dependencies installed."
Rscript -e 'if (!require(knitr)) install.packages("knitr")'
Rscript -e 'if (!require(markdown)) install.packages("markdown")'
- name: Remove old documentation
run: 'rm -rf documentation/*'
- name: Generate new documentation
Expand Down

0 comments on commit 9c3e24e

Please sign in to comment.