Skip to content

Commit bcd25f3

Browse files
author
Toly
committed
1
1 parent 3a0214d commit bcd25f3

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
# ssh private key (~/.ssh/id_rsa)
4444
key: ${{ secrets.ECS_SSH_KEY }}
4545
# source files path
46-
source: "./.vitepress/dist"
46+
source: "./babel-kick-off"
4747
# destination path
4848
target: "/var/www/html"
4949

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ node_modules/
44
# VitePress
55
.vitepress/cache/
66
.vitepress/dist/
7+
babel-kick-off/
78

89
# Editor
910
.idea/

0 commit comments

Comments
 (0)