Skip to content

Commit 620478e

Browse files
committed
add other ef
Signed-off-by: Lior Sventitzky <liorsve@amazon.com>
1 parent 2dc8123 commit 620478e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deply.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Deploy Jekyll site to Pages
22

33
on:
44
push:
5-
branches: ["prod"]
5+
branches: ["prod", "try-deploy]"]
66
workflow_dispatch:
77

88
permissions:
@@ -24,7 +24,7 @@ jobs:
2424
submodules: recursive
2525
- name: Link Submodules
2626
run: |
27-
mkdir _data/commands _includes/commands
27+
mkdir -p _data/commands _includes/commands
2828
ln -s $(pwd)/_submodules/valkey/src/commands $(pwd)/_data/commands/latest
2929
ln -s $(pwd)/_submodules/valkey-doc/commands $(pwd)/_includes/commands/latest
3030
ln -s $(pwd)/_submodules/valkey-doc/docs $(pwd)/_includes/docs

0 commit comments

Comments
 (0)