diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2022-10-24 15:11:58 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2022-10-24 15:11:58 -0400 |
| commit | df6e7a69d763941769daa1d5365637d0fce9a63f (patch) | |
| tree | a2608150207e4e32b2bc6f66dfa4cd58155c5cf6 | |
| parent | c9f84a9c014ad9c8e3f207077fa448a9bfd665e6 (diff) | |
| download | personal-website-df6e7a69d763941769daa1d5365637d0fce9a63f.tar.gz personal-website-df6e7a69d763941769daa1d5365637d0fce9a63f.tar.bz2 personal-website-df6e7a69d763941769daa1d5365637d0fce9a63f.zip | |
Updated main.yml
| -rw-r--r-- | .github/workflows/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a2c8d8f..73a05a0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,7 +6,7 @@ jobs: steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 - - run: yarn install && npm global add @lhci/cli@0.6.x + - run: yarn install && yarn global add @lhci/cli@0.6.x - run: yarn run build - run: lhci autorun env: |
