We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f879384 commit cd9ad97Copy full SHA for cd9ad97
.github/workflows/deploy.yml
@@ -33,7 +33,7 @@ jobs:
33
with:
34
sparse-checkout: react
35
- name: Change Directory to React Folder
36
- run: cd ./react/
+ run: cd ${{github.workspace}}/react/
37
- name: Check yarn.lock Exist
38
id: check_yarn
39
uses: andstor/file-existence-action@v3
0 commit comments