Skip to content

Commit

Permalink
Check if frontend deploy works
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijrajsharma committed Aug 13, 2023
1 parent 3e14d25 commit a65253f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: Deploy Next.js site to Pages
on:
# Runs on pushes targeting the default branch
push:
branches: ["master"]
branches: ["master", "fix/frontend_deploy"]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand All @@ -34,8 +34,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
path: "frontend"
# with:
# path: "frontend"
- name: Detect package manager
id: detect-package-manager
run: |
Expand Down

0 comments on commit a65253f

Please sign in to comment.