Skip to content

Commit

Permalink
Merge pull request #179 from sparksuite/simplify-commands
Browse files Browse the repository at this point in the history
Simplify the commands in deploy action
  • Loading branch information
WesCossick authored Dec 7, 2023
2 parents 87becea + ee3bfcf commit 0fbd44e
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 @@ -93,9 +93,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 0fbd44e

Please sign in to comment.