Skip to content

Commit efeab85

Browse files
committed
ght
1 parent 0b562cc commit efeab85

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/docs.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
- 'docs/build.gradle'
66
- 'gradle/**'
77

8+
permissions:
9+
contents: read
10+
packages: read
11+
812
jobs:
913
check-doc-build:
1014
name: netCDF-Java Documentation Build Check
@@ -27,6 +31,8 @@ jobs:
2731
${{ runner.os }}-gradle-
2832
- name: Build docs using Gradle
2933
run: ./gradlew buildJekyllSite
34+
env:
35+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3036
- if: success()
3137
name: Upload a preview of the rendered html
3238
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)