Skip to content

Commit 1c56826

Browse files
committed
fix path
1 parent e842e21 commit 1c56826

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/actions/build-mokapi-image/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ runs:
2424
run: |
2525
jq '.Configuration.items.Static.items["CLI Flags"] = "configuration/static/mokapi.md"' ./config.json > ./tmp.json
2626
mv ./tmp.json ./config.json
27+
working-directory: ./docs
2728
shell: bash
2829
- name: Build docker alpha image
2930
run: docker build --build-arg VERSION=${{ inputs.version }} -t ${{ inputs.image-name }} -t mokapi/mokapi:alpha -f ./images/alpha.Dockerfile .

0 commit comments

Comments
 (0)