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 c27b2fe commit f67ef06Copy full SHA for f67ef06
.github/workflows/deploy-docs.yml
@@ -31,9 +31,9 @@ jobs:
31
deploy-docs:
32
runs-on: ubuntu-latest
33
steps:
34
- - id: build docs
+ - id: build_docs
35
uses: it-at-m/.github/.github/actions/action-build-docs@feat/102-enhance-action-npm-build-to-include-parameters-for-lintingtesting
36
with:
37
app-path: ${{inputs.app-path}}
38
- - id: deploy docs
+ - id: deploy_docs
39
uses: it-at-m/.github/.github/actions/action-deploy-docs@feat/102-enhance-action-npm-build-to-include-parameters-for-lintingtesting
0 commit comments