Skip to content

Commit

Permalink
Merge pull request #6 from zhumeisongsong/feature/fix-build-needs
Browse files Browse the repository at this point in the history
Feature/fix build needs
  • Loading branch information
zhumeisongsong authored Oct 7, 2024
2 parents f03af7e + a94112a commit b4708db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
REPO_ACCESS_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }}

build:
needs: [lint, type-check]
needs: [setup]
uses: zhumeisongsong/shared-actions/.github/workflows/reusable-nextjs-build-github-pages.yml@main

deploy:
Expand Down

0 comments on commit b4708db

Please sign in to comment.