Skip to content

Commit

Permalink
chore: fix cd
Browse files Browse the repository at this point in the history
  • Loading branch information
iceghost committed Sep 1, 2023
1 parent 3397bab commit 7927dd8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ permissions:
contents: read
pages: write
id-token: write
packages: read

# Allow one concurrent deployment
concurrency:
Expand Down Expand Up @@ -40,6 +41,8 @@ jobs:

- name: Setup pnpm
run: pnpm install
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Build with adapter static
run: pnpm run build
Expand Down

0 comments on commit 7927dd8

Please sign in to comment.