We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4116001 commit 94356acCopy full SHA for 94356ac
.github/workflows/deploy.yml
@@ -9,6 +9,10 @@ on:
9
jobs:
10
generate-page:
11
runs-on: ubuntu-latest
12
+ permissions:
13
+ members: read
14
+ contents: read
15
+ metadata: read
16
steps:
17
- uses: actions/checkout@v6
18
@@ -30,6 +34,7 @@ jobs:
30
34
build:
31
35
name: Build Docusaurus
32
36
37
+ needs: generate-page
33
38
39
40
with:
.github/workflows/test-deploy.yml
@@ -7,6 +7,10 @@ on:
7
8
@@ -28,6 +32,7 @@ jobs:
28
test-deploy:
29
name: Test deployment
0 commit comments