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 df08da9 commit d853a72Copy full SHA for d853a72
.github/workflows/deploy-docs.yml
@@ -23,9 +23,9 @@ jobs:
23
deploy-docs:
24
runs-on: ubuntu-latest
25
steps:
26
- - id: build_docs
27
- uses: it-at-m/.github/.github/actions/action-build-docs@main
28
- - id: deploy_docs
+ - id: build_docs
+ uses: it-at-m/.github/.github/actions/action-build-docs@main
+ - id: deploy_docs
29
# Only deploy documentation from the main branch to prevent unauthorized changes
30
-
31
- uses: it-at-m/.github/.github/actions/action-deploy-docs@main
+
+ uses: it-at-m/.github/.github/actions/action-deploy-docs@main
0 commit comments