Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
microbecode committed Nov 8, 2023
1 parent e53fa68 commit f45cdc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ jobs:
uses: actions/checkout@v3
- name: Detect package manager
id: detect-package-manager
working-directory: ./frontend
run: |
if [ -f "${{ github.workspace }}/frontend/yarn.lock" ]; then
echo "manager=yarn" >> $GITHUB_OUTPUT
Expand All @@ -59,6 +58,7 @@ jobs:
with:
node-version: "16"
cache: ${{ steps.detect-package-manager.outputs.manager }}
cache-dependency-path: "./frontend"
- name: Setup Pages
uses: actions/configure-pages@v3
with:
Expand Down

0 comments on commit f45cdc4

Please # to comment.