Skip to content

Commit a2fea40

Browse files
authored
[FSTORE-1921][APPEND] Fix typo, set-prop to prop-set (#535)
1 parent 37ab5c3 commit a2fea40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mkdocs-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
108108
- name: Deploy the dev docs with mike
109109
if: ${{ env.BRANCH == 'main' }}
110-
run: mike deploy dev --set-prop hidden=true --push
110+
run: mike deploy dev --prop-set hidden=true --push
111111

112112
- name: Deploy the release docs with mike
113113
if: ${{ env.BRANCH != 'main' }}

0 commit comments

Comments
 (0)