Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Cjsah committed May 3, 2024
1 parent 5a0c5b3 commit fb86051
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
cache: 'npm'
- name: Setup Pages
id: pages
uses: actions/configure-pages@v3
Expand All @@ -34,7 +34,7 @@ jobs:
- name: Prepare Dependency
run: pnpm ci
- name: Build with vue.js
run: pnpm run build --if-present
run: pnpm run build
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
Expand Down

0 comments on commit fb86051

Please sign in to comment.