Skip to content

Commit

Permalink
fix: fix deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
knhnd committed Jul 4, 2024
1 parent 2b59376 commit c47bf4d
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,6 @@ jobs:
- name: Checkout your repository using git
uses: actions/checkout@v4

- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '18'

- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
version: '9.4.0'

- name: Install, build, and upload your site
uses: pnpm/action-setup@v4
# with:
Expand All @@ -47,4 +37,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v4

0 comments on commit c47bf4d

Please sign in to comment.