Skip to content

Commit

Permalink
chore: chore ci
Browse files Browse the repository at this point in the history
  • Loading branch information
devcui committed Aug 21, 2024
1 parent 2c4fd3f commit 633523f
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/deploy-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,13 @@ jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@master

- uses: borales/actions-yarn@v3.0.0
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
cmd: install
node-version-file: '.nvmrc'

- name: Install node modules
run: yarn install

- name: build
shell: bash
Expand Down

0 comments on commit 633523f

Please sign in to comment.