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 6be894c commit 8cb1d78Copy full SHA for 8cb1d78
.github/workflows/documentation-branch-snapshot.yml
@@ -14,13 +14,13 @@ on:
14
paths:
15
- 'mkdocs.yml'
16
- 'docs/**'
17
- - 'documentation-branch-snapshot.yml'
+ - '.github/workflows/documentation-branch-snapshot.yml'
18
19
concurrency: pages
20
21
jobs:
22
deploy-snapshot:
23
- uses: secure-software-engineering/actions/documentation/pin-version/action.yml@develop
+ uses: secure-software-engineering/actions/documentation/handle-deployment@develop
24
with:
25
latest_branch: develop
26
version: "maven"
.github/workflows/documentation-pr-preview.yml
@@ -16,7 +16,7 @@ on:
- - 'documentation-pr-preview.yml'
+ - '.github/workflows/documentation-pr-preview.yml'
0 commit comments