Skip to content

Commit

Permalink
Fix Deploy Action
Browse files Browse the repository at this point in the history
  • Loading branch information
gigincg committed Dec 5, 2024
1 parent 8016fb9 commit f1b40cc
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: "18"
cache: "npm"
cache-dependency-path: "package-lock.json"

- name: Install dependencies
run: npm ci

- name: Build
run: npm run build

- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down

0 comments on commit f1b40cc

Please sign in to comment.