Skip to content

Commit

Permalink
resolve gh pages
Browse files Browse the repository at this point in the history
  • Loading branch information
annasmyk committed Nov 21, 2023
1 parent e7f2943 commit f5f480c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ jobs:
extra-packages: any::pkgdown, local::.
needs: website

- name: Build site
run: pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE)
shell: Rscript {0}

- name: Deploy to GitHub pages 🚀
if: github.event_name != 'pull_request'
uses: JamesIves/github-pages-deploy-action@v4.4.1
Expand Down

0 comments on commit f5f480c

Please sign in to comment.