Skip to content

Commit

Permalink
Fix workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
am009 committed May 11, 2024
1 parent 5fa0fa2 commit 8a3493e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pages.yml → .github/workflows/web.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Deploy a Next.js site to GitHub Pages
name: Deploy Next.js site to Pages
name: Deploy pages and build backend image

on:
push:
Expand Down Expand Up @@ -89,6 +89,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
clean: false
sparse-checkout: 'backend'
sparse-checkout-cone-mode: false
# All files should be moved to the project root.
Expand Down

0 comments on commit 8a3493e

Please sign in to comment.