diff --git a/.github/workflows/pkgdown.yaml b/.github/workflows/pkgdown.yaml index 9f7c0f7..15702a3 100644 --- a/.github/workflows/pkgdown.yaml +++ b/.github/workflows/pkgdown.yaml @@ -32,7 +32,7 @@ jobs: needs: website - name: Build site - run: pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE) + run: pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE, examples = FALSE) shell: Rscript {0} - name: Fix Hades Logo