Skip to content

Commit b62022a

Browse files
author
igyfhc
committed
needs
1 parent ff4504b commit b62022a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ permissions:
1414
id-token: write
1515

1616
jobs:
17-
# call-build-blog:
18-
# uses: ./.github/workflows/build-blog.yml
17+
call-build-blog:
18+
uses: ./.github/workflows/build-blog.yml
1919
deploy:
20+
needs: call-build-blog
2021
environment:
2122
name: github-pages
2223
runs-on: ubuntu-latest
2324
name: Deploy
2425
steps:
25-
- uses: ./.github/workflows/build-blog.yml
2626
- name: Deploy to GitHub Pages
2727
id: deployment
2828
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)