Skip to content

Commit 85fdbc1

Browse files
committed
test-deploy v.10
1 parent 2f93d21 commit 85fdbc1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test-deployment.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,6 @@ jobs:
3535
name: production-build
3636
- name: Upload prod build to server
3737
working-directory: scripts
38-
run: pwd
39-
run: ./copy2site.sh
38+
run: |
39+
pwd
40+
./copy2site.sh

0 commit comments

Comments
 (0)