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 4fb6a19 commit c75530eCopy full SHA for c75530e
.github/workflows/deploy.yml
@@ -19,7 +19,7 @@ concurrency:
19
20
jobs:
21
deploy:
22
- name: Build and deploy documentation site
+ name: Build and deploy site
23
runs-on: ubuntu-latest
24
environment:
25
name: github-pages
@@ -43,7 +43,7 @@ jobs:
43
- run: npm ci
44
45
# Build site
46
- - name: Build Documentation
+ - name: Build Site
47
id: build
48
run: npm run build
49
0 commit comments