Skip to content

Commit deca371

Browse files
author
rain
committed
fixed actions order
1 parent f5371a8 commit deca371

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
@@ -13,6 +13,9 @@ jobs:
1313
contents: write
1414

1515
steps:
16+
- name: Checkout
17+
run: actions/checkout@4
18+
1619
- name: Set up Node.js
1720
uses: actions/setup-node@4
1821
with:
@@ -24,9 +27,6 @@ jobs:
2427
- name: Build
2528
run: npm run build-prod
2629

27-
- name: Checkout
28-
run: actions/checkout@4
29-
3030
- name: Deploy to Github Pages
3131
run: |
3232
# Overwrite gh-pages branch with current main branch.

0 commit comments

Comments
 (0)