Skip to content

Commit e863826

Browse files
committed
fix: adjust deploy target path for example
1 parent e54669e commit e863826

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/deploy-example.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,6 @@ jobs:
3535
port: ${{ secrets.SFTP_REMOTE_PORT }}
3636
protocol: sftp
3737
source: example/build/web/*
38-
target: pub/features_tour/*
38+
target: pub/features_tour
39+
strip_components: 0
3940
debug: true

0 commit comments

Comments
 (0)