Skip to content

Commit 8cb1d78

Browse files
committed
fix doc
1 parent 6be894c commit 8cb1d78

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/documentation-branch-snapshot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ on:
1414
paths:
1515
- 'mkdocs.yml'
1616
- 'docs/**'
17-
- 'documentation-branch-snapshot.yml'
17+
- '.github/workflows/documentation-branch-snapshot.yml'
1818

1919
concurrency: pages
2020

2121
jobs:
2222
deploy-snapshot:
23-
uses: secure-software-engineering/actions/documentation/pin-version/action.yml@develop
23+
uses: secure-software-engineering/actions/documentation/handle-deployment@develop
2424
with:
2525
latest_branch: develop
2626
version: "maven"

.github/workflows/documentation-pr-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
paths:
1717
- 'mkdocs.yml'
1818
- 'docs/**'
19-
- 'documentation-pr-preview.yml'
19+
- '.github/workflows/documentation-pr-preview.yml'
2020

2121
concurrency: pages
2222

0 commit comments

Comments
 (0)