Skip to content

Commit 54bd9a5

Browse files
Added JSON to the command initialization script (#252)
### Description <!-- Describe what this change achieves--> ### Issues Resolved <!-- List any issues this PR will resolve. --> <!-- Example: closes #1234 --> ### Check List - [X ] Commits are signed per the DCO using `--signoff` By submitting this pull request, I confirm that my contribution is made under the terms of the BSD-3-Clause License. --------- Signed-off-by: Nikhil Manglore <[email protected]>
1 parent a5d94b2 commit 54bd9a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/zola-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: |
5151
cd website
5252
./build/init-topics-and-clients.sh ../valkey-doc/topics ../valkey-doc/clients
53-
./build/init-commands.sh ../valkey-doc/commands ../valkey/src/commands ../valkey-bloom/src/commands ../valkey-json/commands
53+
./build/init-commands.sh ../valkey-doc/commands ../valkey/src/commands ../valkey-bloom/src/commands ../valkey-json/src/commands
5454
5555
- name: Build only
5656
uses: shalzz/[email protected]

0 commit comments

Comments
 (0)