Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kvz committed Aug 29, 2023
1 parent f2ccef5 commit 1fb7cc4
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 1
- uses: actions/setup-node@master
- uses: actions/setup-node@v1
with:
node-version: 18.x
- name: Install
Expand All @@ -26,7 +26,3 @@ jobs:
- name: Test
run: |
corepack yarn test
- name: Website Build
if: github.ref == 'refs/heads/main'
run: |
cp README.md docs/

0 comments on commit 1fb7cc4

Please sign in to comment.