Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
stakeworld committed Dec 18, 2023
1 parent 64359e7 commit 94fc7d6
Showing 1 changed file with 8 additions and 13 deletions.
21 changes: 8 additions & 13 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,30 +1,25 @@
name: test

name: deploy
on:
pull_request:
branches:
- master
workflow_dispatch:

defaults:
run:
working-directory: ./website

jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3
- name: seup node
uses: actions/setup-node@v3
uses: actions/checkout@v4
- name: setup node
uses: actions/setup-node@v4
with:
node-version: 18
cache: yarn
cache-dependency-path: ./website/yarn.lock
- name: Install dependencies
run: yarn install --frozen-lockfile
working-directory: website
run: yarn
- name: Test build website
working-directory: website
run: yarn build



0 comments on commit 94fc7d6

Please sign in to comment.