Skip to content

Commit

Permalink
Revert "change pkgdown site"
Browse files Browse the repository at this point in the history
This reverts commit 5ec9433.
  • Loading branch information
arcaldwell49 committed Oct 24, 2024
1 parent 5ec9433 commit 1332065
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,17 @@ jobs:
with:
extra-packages: any::pkgdown, local::.
needs: website

- uses: r-lib/actions/setup-tinytex@v2

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

- name: Upload pages artifact
uses: actions/upload-pages-artifact@v1
- name: Deploy to GitHub pages 🚀
if: github.event_name != 'pull_request'
uses: JamesIves/[email protected]
with:
path: 'docs'

- name: Deploy to GitHub Pages
uses: actions/deploy-pages@v1
clean: false
branch: gh-pages
folder: docs

0 comments on commit 1332065

Please sign in to comment.