Skip to content

Commit 7a060cd

Browse files
authored
Update docs.yml
1 parent af0e9c7 commit 7a060cd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ on:
1818
type: boolean
1919

2020
jobs:
21-
env_prep:
21+
config-prep:
2222
runs-on: ubuntu-latest
2323
outputs:
2424
env: ${{ steps.read-file.outputs.content }}
@@ -35,8 +35,8 @@ jobs:
3535

3636
# Build the documentation and upload the static HTML files as an artifact.
3737
build:
38-
needs: env_prep
39-
env: ${{ fromJson(needs.env_prep.outputs.env) }}
38+
needs: config-prep
39+
env: ${{ fromJson(needs.config-prep.outputs.env) }}
4040

4141
runs-on: ubuntu-latest
4242
steps:

0 commit comments

Comments
 (0)