Skip to content

Commit

Permalink
please work
Browse files Browse the repository at this point in the history
  • Loading branch information
PandeCode committed Mar 3, 2023
1 parent 1906d57 commit 11e031e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,12 @@ jobs:
uses: actions/checkout@v3
- name: Set up Node
uses: actions/setup-node@v3
version: 6.32.9
with:
node-version: 18
cache: "pnpm"
- name: Install dependencies
run: pnpm install
run: npm install
- name: Build
run: pnpm run build
run: npm run build
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Upload artifact
Expand Down

0 comments on commit 11e031e

Please sign in to comment.