We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d02c98a commit b9d2415Copy full SHA for b9d2415
.github/workflows/CI.yml
@@ -42,6 +42,14 @@ jobs:
42
files: lcov.info
43
docs:
44
name: Documentation
45
+ # These permissions are needed to:
46
+ # - Deploy the documentation: https://documenter.juliadocs.org/stable/man/hosting/#Permissions
47
+ # - Delete old caches: https://github.com/julia-actions/cache#usage
48
+ permissions:
49
+ actions: write
50
+ contents: write
51
+ pull-requests: read
52
+ statuses: write
53
runs-on: ubuntu-latest
54
steps:
55
- uses: actions/checkout@v6
0 commit comments