Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
chriscarrollsmith committed Mar 18, 2024
2 parents ab20afa + 95d2d09 commit ceb746b
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,6 @@ jobs:
with:
node-version: 'lts/*'

- name: Cache node modules
uses: actions/cache@v3
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-
- name: Install dependencies
run: npm ci

Expand All @@ -51,5 +43,8 @@ jobs:
if: steps.check.outputs.run_cname == 'true'
run: echo ${{ steps.check.outputs.stripped_homepage }} > ./dist/CNAME

- name: Set git user
uses: fregante/setup-git-user@v2

- name: Deploy
run: npm run deploy

0 comments on commit ceb746b

Please sign in to comment.