Skip to content

Commit

Permalink
Update deploy_docs.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
khufkens authored Oct 26, 2023
1 parent 0f3c4ff commit 7858d26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
needs: website

- name: Build site
run: devtools::install_github("computationales/GECO_template"); pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE)
run: devtools::install_github("computationales/GECO_documentation_template"); pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE)
shell: Rscript {0}

- name: Deploy to GitHub pages 🚀
Expand Down

0 comments on commit 7858d26

Please sign in to comment.