Skip to content

Commit

Permalink
[ci]Update publish next stdf workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
dufu1991 committed Nov 28, 2024
1 parent cbb99b5 commit 261f6f0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions demo/.github/workflows/releases-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,22 +27,22 @@ jobs:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: macos-15
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Set up Bun
uses: oven-sh/setup-bun@v2
- name: Set up Pnpm
uses: pnpm/action-setup@v4
with:
bun-version: 1.1.34
version: 9

- name: Install dependencies and build
env:
BASE_PATH: '/${{ github.event.repository.name }}'
run: |
bun i
bun run build
pnpm i
pnpm run build
- name: Setup Pages
uses: actions/configure-pages@v4
Expand Down

0 comments on commit 261f6f0

Please sign in to comment.