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 ecb4c57 commit 764d5abCopy full SHA for 764d5ab
.github/workflows/docs-build.yml
@@ -3,7 +3,7 @@ name: Docs Build
3
on: [push, pull_request]
4
5
jobs:
6
- build:
+ docs-build:
7
runs-on: ubuntu-latest
8
steps:
9
- uses: actions/checkout@v4
.github/workflows/docs-deploy.yml
@@ -6,7 +6,7 @@ on:
- main
- deploy:
+ docs-deploy:
10
11
environment:
12
name: docs-deploy
0 commit comments