Skip to content

Commit

Permalink
Simplify the commands in deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
WesCossick committed Dec 7, 2023
1 parent 7cf266b commit 9913421
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,7 @@ jobs:
node-version: lts/*
cache: 'yarn'
registry-url: 'https://registry.npmjs.org'
- run: yarn install --frozen-lockfile --prefer-offline
- run: yarn compile
- run: yarn --cwd ./website install --frozen-lockfile --prefer-offline
- run: yarn dev
- run: yarn --cwd ./website build
- name: Deploy to GitHub Pages
uses: JamesIves/[email protected]
Expand Down

0 comments on commit 9913421

Please sign in to comment.