We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69dfac1 commit 2f93d21Copy full SHA for 2f93d21
.github/workflows/test-deployment.yml
@@ -34,5 +34,6 @@ jobs:
34
with:
35
name: production-build
36
- name: Upload prod build to server
37
- working-directory: ./scripts/
+ working-directory: scripts
38
+ run: pwd
39
run: ./copy2site.sh
0 commit comments