Skip to content

Commit

Permalink
add uploading to pkgdown
Browse files Browse the repository at this point in the history
  • Loading branch information
kaitejohnson authored Jul 2, 2024
1 parent 9fca5a2 commit f2e9c9d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ jobs:
run: "pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE)"
shell: Rscript {0}

- name: Upload artifact for GH pages deployment
uses: actions/upload-pages-artifact@v2
with:
path: "wwinference/docs/"

deploy:
# check builds on PRs but only deploy when main changes
if: ${{ github.event_name != 'pull_request' }}
Expand Down

0 comments on commit f2e9c9d

Please sign in to comment.