Skip to content

Commit 17fdd7c

Browse files
committed
aaaaaaaaaaaaaaa
1 parent e25a39f commit 17fdd7c

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

.github/workflows/webpack-github-page.yml

+9-7
Original file line numberDiff line numberDiff line change
@@ -39,18 +39,20 @@ jobs:
3939
- name: Checkout
4040
uses: actions/checkout@v3
4141

42-
- name: use node
43-
uses: actions/setup-node@v3
44-
with:
45-
node-version: ${{ env.node-version }}
46-
cache: 'npm'
47-
48-
4942
- name: Switch branch
5043
run: |
5144
git fetch origin main
5245
git checkout main
5346
47+
- run: pwd
48+
- run: ls
49+
50+
51+
- name: use node
52+
uses: actions/setup-node@v3
53+
with:
54+
node-version: ${{ env.node-version }}
55+
cache: 'npm'
5456

5557
- run: pwd
5658
- run: ls

0 commit comments

Comments
 (0)