Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
tomanagle committed Sep 17, 2024
1 parent 1db4405 commit d069706
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pages-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
# Run your project's build step
# - name: Build
# run: npm install && npm run build
- name: Build
run: npm install && npm run build
- name: Publish
uses: cloudflare/pages-action@v1
with:
Expand Down

0 comments on commit d069706

Please sign in to comment.