Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
Elpiu committed Apr 23, 2024
1 parent 61dc695 commit 7a91240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nextjs_GithubPage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
uses: actions/checkout@v4
- name: Detect package manager
id: detect-package-manager
run: |
working-directory: personal-webiste-nextjs
run: |
if [ -f "${{ github.workspace }}/yarn.lock" ]; then
echo "manager=yarn" >> $GITHUB_OUTPUT
echo "command=install" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 7a91240

Please sign in to comment.