Skip to content

Commit

Permalink
[CI] Update GitHub Actions #82
Browse files Browse the repository at this point in the history
  • Loading branch information
4TT1L4 committed May 10, 2024
1 parent e13d6dd commit 352b642
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node 18
uses: actions/setup-node@v4
with:
node-version: 18.x
- uses: actions/setup-node@v4
- name: Install dependencies
run: |
yarn install
yarn export
run: yarn install && yarn export
- name: Deploy
if: github.ref_name == 'main'
run: |
Expand Down

0 comments on commit 352b642

Please sign in to comment.