We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f5d7ed commit 416f54bCopy full SHA for 416f54b
.github/workflows/pkgdown.yaml
@@ -4,12 +4,13 @@ on:
4
push:
5
branches: [main, master]
6
pull_request:
7
- branches: [main, master]
8
release:
9
types: [published]
10
workflow_dispatch:
11
12
-name: pkgdown
+name: pkgdown.yaml
+
13
+permissions: read-all
14
15
jobs:
16
pkgdown:
@@ -22,7 +23,7 @@ jobs:
22
23
permissions:
24
contents: write
25
steps:
- - uses: actions/checkout@v3
26
+ - uses: actions/checkout@v4
27
28
- uses: r-lib/actions/setup-pandoc@v2
29
@@ -41,7 +42,7 @@ jobs:
41
42
43
- name: Deploy to GitHub pages 🚀
44
if: github.event_name != 'pull_request'
- uses: JamesIves/github-pages-deploy-action@v4.4.1
45
+ uses: JamesIves/github-pages-deploy-action@v4.5.0
46
with:
47
clean: false
48
branch: gh-pages
0 commit comments