We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48c5ba9 commit 672df50Copy full SHA for 672df50
1 file changed
.github/actions/publish-website/action.yml
@@ -63,9 +63,9 @@ runs:
63
shell: bash
64
- name: Add CLI Flags nav entry
65
run: |
66
- jq '.Configuration.items.Static.items["CLI Flags"] = "configuration/static/mokapi.md"' config.json > tmp.json
67
- mv tmp.json config.json
68
- working-directory: /docs
+ jq '.Configuration.items.Static.items["CLI Flags"] = "configuration/static/mokapi.md"' ./config.json > ./tmp.json
+ mv ./tmp.json ./config.json
+ working-directory: ./docs
69
70
- name: build website
71
working-directory: ./webui
0 commit comments