Cannot find the correct path when checkout the project into a specific folder #1412
Unanswered
fatihtokus
asked this question in
Q&A
Replies: 1 comment
-
Are you sure that the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
name: Checkout
uses: actions/checkout@v3
with:
path: main_project
name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: scan-results # This folder exists
Then I got the following error:
Checking configuration and starting deployment… 🚦
Error: The directory you're trying to deploy named /home/runner/work/infra-audit-test/infra-audit-test/scan-results doesn't exist. Please double check the path and any prerequisite build scripts and try again. ❗
But It should be looking at the /home/runner/work/main_project/infra-audit-test/infra-audit-test/scan-results
Beta Was this translation helpful? Give feedback.
All reactions