aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2022-10-24 12:04:31 -0400
committerGitHub <noreply@github.com>2022-10-24 12:04:31 -0400
commitc9f84a9c014ad9c8e3f207077fa448a9bfd665e6 (patch)
treeff53ff9da9672825e53b1fd9ffbae23f5c1a13cd /.github/workflows
parent91cc334507766411c20f013172dfcd044014f2c6 (diff)
downloadpersonal-website-c9f84a9c014ad9c8e3f207077fa448a9bfd665e6.tar.gz
personal-website-c9f84a9c014ad9c8e3f207077fa448a9bfd665e6.tar.bz2
personal-website-c9f84a9c014ad9c8e3f207077fa448a9bfd665e6.zip
Update main.yml
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/main.yml4
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 }}