Skip to content

Commit 8b690fa

Browse files
committed
fixed
1 parent d0bb6de commit 8b690fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish-documentation.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
github-run-number: ${{ github.run_number }}
2626

2727
steps:
28-
- name: 'Global variables'
28+
- name: 'Workflow variables'
2929
id: github
3030
run: |
3131
echo "github-run-number:${{ github.run_number }}"
@@ -54,7 +54,7 @@ jobs:
5454

5555
generate-docs:
5656
name: 'Generate documentation'
57-
needs: [global-variables, versioning]
57+
needs: [workflow-variables, versioning]
5858
runs-on: ubuntu-latest
5959
env:
6060
friendly-version: ${{ needs.versioning.outputs.friendly-version }}
@@ -77,7 +77,7 @@ jobs:
7777

7878
publish-docs:
7979
name: 'Publish documentation'
80-
needs: [global-variables, versioning, generate-docs]
80+
needs: [workflow-variables, versioning, generate-docs]
8181
runs-on: ubuntu-latest
8282
environment:
8383
name: github-pages

0 commit comments

Comments
 (0)