Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
lideming committed Oct 31, 2023
1 parent 4de136d commit 2de0877
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: Build & Demo Deploy
# events but only for the master branch
on:
push:
branches: [ master ]
branches: [master]

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand All @@ -19,14 +19,17 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2


- uses: pnpm/action-setup@v2
with:
version: 8

# https://pnpm.io/continuous-integration#github-actions
- name: Use Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: 18

- name: Install pnpm
run: npx pnpm@8 add --global pnpm@8
cache: pnpm

- name: Install dependencies
run: |
Expand All @@ -35,7 +38,7 @@ jobs:
- name: Build
run: pnpm run buildall

- name: Pre depoly
- name: Pre deploy
run: pnpm run buildpages

# Runs a set of commands using the runners shell
Expand Down

1 comment on commit 2de0877

@vercel
Copy link

@vercel vercel bot commented on 2de0877 Oct 31, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

webfx – ./

webfx-git-master-lideming.vercel.app
webfx-lideming.vercel.app
webfx.yuuza.net

Please sign in to comment.