Skip to content

Commit 363823a

Browse files
committed
ci: checkout codes before executing other steps
1 parent bdd2b51 commit 363823a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/github-pages.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ jobs:
1313
contents: read
1414

1515
steps:
16+
- name: Checkout
17+
uses: actions/checkout@v4
18+
1619
- name: Setup Node.js environment
1720
uses: actions/setup-node@v3.9.1
1821
with:

0 commit comments

Comments
 (0)