Skip to content

Commit

Permalink
aaaaaaaaaaaaaaa
Browse files Browse the repository at this point in the history
  • Loading branch information
garywill committed Apr 17, 2024
1 parent e25a39f commit 17fdd7c
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/webpack-github-page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,18 +39,20 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: use node
uses: actions/setup-node@v3
with:
node-version: ${{ env.node-version }}
cache: 'npm'


- name: Switch branch
run: |
git fetch origin main
git checkout main
- run: pwd
- run: ls


- name: use node
uses: actions/setup-node@v3
with:
node-version: ${{ env.node-version }}
cache: 'npm'

- run: pwd
- run: ls
Expand Down

0 comments on commit 17fdd7c

Please sign in to comment.