File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ permissions:
1111 id-token : write
1212
1313concurrency :
14- group : pages
14+ group : ${{ github.workflow }}-${{ github.ref }}
1515 cancel-in-progress : true
1616
1717jobs :
2424 steps :
2525 - name : Checkout repository
2626 uses : actions/checkout@v4
27+ with :
28+ fetch-depth : 0
2729
2830 - name : Configure GitHub Pages
2931 uses : actions/configure-pages@v5
@@ -44,10 +46,10 @@ jobs:
4446 any::pkgdown
4547 any::rmarkdown
4648 any::knitr
49+ cache-version : 2
4750
4851 - name : Install package
4952 run : R CMD INSTALL .
50- shell : bash
5153
5254 - name : Build pkgdown site
5355 run : |
@@ -64,17 +66,13 @@ jobs:
6466
6567 deploy :
6668 needs : pkgdown
67-
6869 runs-on : ubuntu-latest
69-
7070 permissions :
7171 pages : write
7272 id-token : write
73-
7473 environment :
7574 name : github-pages
7675 url : ${{ steps.deployment.outputs.page_url }}
77-
7876 steps :
7977 - name : Deploy to GitHub Pages
8078 id : deployment
Original file line number Diff line number Diff line change @@ -4,9 +4,13 @@ template:
44 bootstrap : 5
55
66articles :
7+ - title : " Get started"
8+ contents :
9+ - manual
10+
711 - title : " Publications"
812 contents :
913 - publications
1014
1115development :
12- mode : auto
16+ mode : auto
You can’t perform that action at this time.
0 commit comments