Skip to content

Commit

Permalink
Update azure-static-web-apps-agreeable-wave-01c57fc00.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rxliuli authored Jan 6, 2024
1 parent 99ae03e commit 7dbcfcc
Showing 1 changed file with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,22 @@ jobs:
with:
submodules: true
lfs: false
- uses: pnpm/action-setup@v2
with:
version: 8
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 20
cache: pnpm # or pnpm / yarn
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Install dependencies
run: pnpm i # or pnpm install / yarn install / bun install
- name: Build
run: |
pnpm build-docs
touch dist/docs/.nojekyll
- name: Build And Deploy
id: builddeploy
uses: Azure/static-web-apps-deploy@v1
Expand Down

0 comments on commit 7dbcfcc

Please sign in to comment.