Skip to content

Commit f94091b

Browse files
author
igyfhc
committed
job
1 parent aa3fb0d commit f94091b

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,12 @@ permissions:
1414
id-token: write
1515

1616
jobs:
17-
call-workflow:
18-
uses: [
19-
./.github/workflows/before.yml,
20-
./.github/workflows/build-blog.yml
21-
]
17+
call-before:
18+
uses: ./.github/workflows/before.yml
19+
call-build-blog:
20+
uses: ./.github/workflows/build-blog.yml
2221
deploy:
23-
needs: call-workflow
22+
needs: [call-before, call-build-blog]
2423
environment:
2524
name: github-pages
2625
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)