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.
docs.yml
1 parent 676ef3c commit 19a7b8bCopy full SHA for 19a7b8b
.github/workflows/docs.yml
@@ -5,10 +5,12 @@ on:
5
branches: [main]
6
paths:
7
- docs/**
8
+ - ".github/workflows/docs.yml"
9
push:
10
11
12
13
14
workflow_dispatch:
15
16
permissions:
@@ -18,6 +20,7 @@ jobs:
18
20
test-deploy:
19
21
if: github.event_name != 'push'
22
runs-on: ubuntu-latest
23
+ environment: docs-release
24
steps:
25
- uses: actions/checkout@v4
26
with:
@@ -38,8 +41,9 @@ jobs:
38
41
run: yarn build
39
42
40
43
deploy-precheck:
- runs-on: ubuntu-latest
44
if: ${{ github.event_name != 'pull_request' }}
45
+ runs-on: ubuntu-latest
46
47
outputs:
48
gh-deploy-key: ${{ steps.gh-deploy-key.outputs.defined }}
49
0 commit comments