File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 22#
33# This workflow builds the documentation on Linux/macOS/Windows.
44#
5- # It is run on every commit to the main and pull request branches, and also
6- # when a new release is published.
7- # In draft pull requests, only the job on Linux is triggered to save on
8- # Continuous Integration resources.
5+ # It is run on every commit to the main and pull request branches, and also when a new
6+ # release is published. In draft pull requests, only the job on Linux is triggered to
7+ # save on Continuous Integration resources.
98#
109# On the main branch, the workflow also handles the documentation deployment:
1110#
12- # * Updating the development documentation by pushing the built HTML pages
13- # from the main branch onto the dev folder of the gh-pages branch.
11+ # * Updating the development documentation by pushing the built HTML pages from the main
12+ # branch onto the dev folder of the gh-pages branch.
1413# * Updating the latest documentation link to the new release.
1514#
1615name : Docs
@@ -43,7 +42,8 @@ concurrency:
4342 group : ${{ github.workflow }}-${{ github.ref }}
4443 cancel-in-progress : ${{ github.ref != 'refs/heads/main' }}
4544
46- permissions : {}
45+ permissions :
46+ contents : write
4747
4848jobs :
4949 docs :
You can’t perform that action at this time.
0 commit comments