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 d0bb6de commit 8b690faCopy full SHA for 8b690fa
.github/workflows/publish-documentation.yml
@@ -25,7 +25,7 @@ jobs:
25
github-run-number: ${{ github.run_number }}
26
27
steps:
28
- - name: 'Global variables'
+ - name: 'Workflow variables'
29
id: github
30
run: |
31
echo "github-run-number:${{ github.run_number }}"
@@ -54,7 +54,7 @@ jobs:
54
55
generate-docs:
56
name: 'Generate documentation'
57
- needs: [global-variables, versioning]
+ needs: [workflow-variables, versioning]
58
runs-on: ubuntu-latest
59
env:
60
friendly-version: ${{ needs.versioning.outputs.friendly-version }}
@@ -77,7 +77,7 @@ jobs:
77
78
publish-docs:
79
name: 'Publish documentation'
80
- needs: [global-variables, versioning, generate-docs]
+ needs: [workflow-variables, versioning, generate-docs]
81
82
environment:
83
name: github-pages
0 commit comments