Skip to content

Commit 0515ce6

Browse files
committed
adjust pkgdown workflow
1 parent 0dd6f14 commit 0515ce6

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/pkgdown.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
2727
DELPHI_EPIDATA_KEY: ${{ secrets.SECRET_EPIDATR_GHACTIONS_DELPHI_EPIDATA_KEY }}
2828
steps:
29-
- uses: actions/checkout@v3
29+
- uses: actions/checkout@v4
3030

3131
- uses: r-lib/actions/setup-pandoc@v2
3232

@@ -50,9 +50,9 @@ jobs:
5050
run: |
5151
target_ref <- "${{ github.event_name == 'pull_request' && github.base_ref || github.ref }}"
5252
override <- if (target_ref == "main" || target_ref == "refs/heads/main") {
53-
list(development = list(mode = "release", version_label = "light"))
53+
list(development = list(mode = "release"))
5454
} else if (target_ref == "dev" || target_ref == "refs/heads/dev") {
55-
list(development = list(mode = "devel", version_label = "success"))
55+
list(development = list(mode = "devel"))
5656
} else {
5757
stop("Unexpected target_ref: ", target_ref)
5858
}
@@ -65,7 +65,7 @@ jobs:
6565

6666
- name: Deploy to GitHub pages 🚀
6767
if: github.event_name != 'pull_request'
68-
uses: JamesIves/github-pages-deploy-action@v4.4.1
68+
uses: JamesIves/github-pages-deploy-action@v4.5.0
6969
with:
7070
clean: false
7171
branch: gh-pages

_pkgdown.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
# dynamically by the CI/CD pipeline.
55
development:
66
mode: devel
7-
version_label: danger
87

98
template:
109
package: delphidocs

0 commit comments

Comments
 (0)