We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dc8123 commit 620478eCopy full SHA for 620478e
.github/workflows/deply.yml
@@ -2,7 +2,7 @@ name: Deploy Jekyll site to Pages
2
3
on:
4
push:
5
- branches: ["prod"]
+ branches: ["prod", "try-deploy]"]
6
workflow_dispatch:
7
8
permissions:
@@ -24,7 +24,7 @@ jobs:
24
submodules: recursive
25
- name: Link Submodules
26
run: |
27
- mkdir _data/commands _includes/commands
+ mkdir -p _data/commands _includes/commands
28
ln -s $(pwd)/_submodules/valkey/src/commands $(pwd)/_data/commands/latest
29
ln -s $(pwd)/_submodules/valkey-doc/commands $(pwd)/_includes/commands/latest
30
ln -s $(pwd)/_submodules/valkey-doc/docs $(pwd)/_includes/docs
0 commit comments