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 c34f32f commit 4b455dfCopy full SHA for 4b455df
.github/workflows/build-docs.yml
@@ -1,4 +1,4 @@
1
-name: Test deployment
+name: Build docs
2
3
on:
4
pull_request:
@@ -7,6 +7,9 @@ on:
7
# Review gh actions docs if you want to further define triggers, paths, etc
8
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#on
9
10
+permissions:
11
+ contents: read
12
+
13
jobs:
14
test-deploy:
15
name: Test deployment
@@ -25,5 +28,5 @@ jobs:
25
28
working-directory: docs
26
29
27
30
- name: Test build website
- run: npm build
31
+ run: npm run build
32
0 commit comments