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 bb045ba commit 407e3fcCopy full SHA for 407e3fc
.github/workflows/build-and-deploy.yml
@@ -3,6 +3,12 @@ name: Build and deploy an updated version of the website
3
on:
4
[push, pull_request]
5
6
+# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
7
+permissions:
8
+ contents: read
9
+ pages: write
10
+ id-token: write
11
+
12
env:
13
MDBOOK_LINKCHECK_VER: 0.7.4
14
0 commit comments