We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 503d547 commit 5a2d6faCopy full SHA for 5a2d6fa
.github/workflows/e2e-report.yml
@@ -57,4 +57,5 @@ jobs:
57
- name: Deploy e2e page
58
if: success()
59
run: |
60
- npx netlify deploy --build --cwd e2e-report
+ npx netlify deploy --build --cwd .
61
+ working-directory: e2e-report
0 commit comments