Skip to content

Commit

Permalink
ci(fix): build
Browse files Browse the repository at this point in the history
  • Loading branch information
dvgamerr committed Nov 6, 2024
1 parent 8023f84 commit e62863a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Setup Pages
uses: actions/configure-pages@v5

Expand All @@ -49,7 +49,7 @@ jobs:
${{ runner.os }}-node-
- name: Build 🔧
run: npm build
run: npm run build

- name: Upload artifact 🚀
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit e62863a

Please sign in to comment.