File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88^.*\.Rproj$
99^\.Rproj\.user$
1010^\.github$
11+ ^_pkgdown\.yml$
12+ ^docs$
13+ ^pkgdown$
Original file line number Diff line number Diff line change 44 push :
55 branches : [main, master]
66 pull_request :
7- branches : [main, master]
87 release :
98 types : [published]
109 workflow_dispatch :
1110
12- name : pkgdown
11+ name : pkgdown.yaml
12+
13+ permissions : read-all
1314
1415jobs :
1516 pkgdown :
1920 group : pkgdown-${{ github.event_name != 'pull_request' || github.run_id }}
2021 env :
2122 GITHUB_PAT : ${{ secrets.GITHUB_TOKEN }}
23+ permissions :
24+ contents : write
2225 steps :
2326 - uses : actions/checkout@v4
2427
@@ -28,25 +31,20 @@ jobs:
2831 with :
2932 use-public-rspm : true
3033 extra-repositories : https://mrc-ide.r-universe.dev
34+
3135 - uses : r-lib/actions/setup-r-dependencies@v2
3236 with :
33- extra-packages : any::pkgdown, any::here
37+ extra-packages : any::pkgdown, local::.
3438 needs : website
3539
36- # This as a separate step as we need dependencies to be resolved
37- # otherwise this is erroring when running the configure script
38- - name : Install frogger
39- uses : r-lib/actions/setup-r-dependencies@v2
40- with :
41- packages : local::.
42-
4340 - name : Build site
4441 run : pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE)
4542 shell : Rscript {0}
4643
4744 - name : Deploy to GitHub pages 🚀
4845 if : github.event_name != 'pull_request'
49- uses : JamesIves/github-pages-deploy-action@v4.4.1
46+ uses : JamesIves/github-pages-deploy-action@v4.5.0
5047 with :
5148 clean : false
5249 branch : gh-pages
50+ folder : docs
Original file line number Diff line number Diff line change 1111inst /doc
1212vignettes_src /eppasm-spectrum-workflow_cache /
1313vignettes_src /
14- docs /
14+ docs
Original file line number Diff line number Diff line change @@ -28,6 +28,6 @@ Suggests:
2828 knitr,
2929 rmarkdown
3030VignetteBuilder: knitr
31- URL: https://github.com/mrc-ide/eppasm
31+ URL: https://github.com/mrc-ide/eppasm, https://mrc-ide.github.io/eppasm/
3232BugReports: https://github.com/mrc-ide/eppasm/issues
3333RoxygenNote: 7.2.3
Original file line number Diff line number Diff line change 1+ url : https://mrc-ide.github.io/eppasm/
2+ template :
3+ bootstrap : 5
4+
You can’t perform that action at this time.
0 commit comments