We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a0214d commit bcd25f3Copy full SHA for bcd25f3
2 files changed
.github/workflows/node.js.yml
@@ -43,7 +43,7 @@ jobs:
43
# ssh private key (~/.ssh/id_rsa)
44
key: ${{ secrets.ECS_SSH_KEY }}
45
# source files path
46
- source: "./.vitepress/dist"
+ source: "./babel-kick-off"
47
# destination path
48
target: "/var/www/html"
49
.gitignore
@@ -4,6 +4,7 @@ node_modules/
4
# VitePress
5
.vitepress/cache/
6
.vitepress/dist/
7
+babel-kick-off/
8
9
# Editor
10
.idea/
0 commit comments