diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2022-10-24 12:04:31 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-24 12:04:31 -0400 |
| commit | c9f84a9c014ad9c8e3f207077fa448a9bfd665e6 (patch) | |
| tree | ff53ff9da9672825e53b1fd9ffbae23f5c1a13cd | |
| parent | 91cc334507766411c20f013172dfcd044014f2c6 (diff) | |
| download | personal-website-c9f84a9c014ad9c8e3f207077fa448a9bfd665e6.tar.gz personal-website-c9f84a9c014ad9c8e3f207077fa448a9bfd665e6.tar.bz2 personal-website-c9f84a9c014ad9c8e3f207077fa448a9bfd665e6.zip | |
Update main.yml
| -rw-r--r-- | .github/workflows/main.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fcba29c..a2c8d8f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,8 +6,8 @@ jobs: steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 - - run: npm install && npm install -g @lhci/cli@0.6.x - - run: npm run build + - run: yarn install && npm global add @lhci/cli@0.6.x + - run: yarn run build - run: lhci autorun env: LHCI_GITHUB_APP_TOKEN: ${{ secrets.LHCI_GITHUB_APP_TOKEN }} |
