Skip to content

Commit

Permalink
Merge pull request #31 from IntersectMBO/fix-deploy-workflow
Browse files Browse the repository at this point in the history
fix: deploy workflow
  • Loading branch information
Ryun1 authored Feb 2, 2025
2 parents 34de4d5 + c7b7f23 commit be1a04f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build-and-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ on:
push:
branches:
- '**'
pull_request:
branches:
- main

jobs:
build-and-lint:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy-to-pages.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Deploy to GitHub Pages

on:
workflow_dispatch:
workflow_dispatch:

jobs:
build-and-deploy:
Expand All @@ -26,7 +26,7 @@ jobs:
run: |
npm install
npm run build
working-directory: src
working-directory: ./src

# Step 4: Deploy to GitHub Pages
- name: Deploy to GitHub Pages
Expand Down

0 comments on commit be1a04f

Please sign in to comment.