mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-24 05:38:06 +03:00
Added missing space in mv command
This commit is contained in:
parent
295de5be8e
commit
8a93922da0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/publish-swagger-spec.yml
vendored
2
.github/workflows/publish-swagger-spec.yml
vendored
|
@ -37,7 +37,7 @@ jobs:
|
||||||
# - run: mkdir ${{ steps.determine_version.outputs.version }}
|
# - run: mkdir ${{ steps.determine_version.outputs.version }}
|
||||||
- run: mkdir ${{ github.event.inputs.version }}
|
- run: mkdir ${{ github.event.inputs.version }}
|
||||||
# - run: mv docs/swagger/swagger-inline.json ${{ steps.determine_version.outputs.version }}/oas.json
|
# - run: mv docs/swagger/swagger-inline.json ${{ steps.determine_version.outputs.version }}/oas.json
|
||||||
- run: mv docs/swagger/swagger-inline.json${{ github.event.inputs.version }}/oas.json
|
- run: mv docs/swagger/swagger-inline.json ${{ github.event.inputs.version }}/oas.json
|
||||||
- name: Publish spec
|
- name: Publish spec
|
||||||
uses: JamesIves/github-pages-deploy-action@4.1.7
|
uses: JamesIves/github-pages-deploy-action@4.1.7
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue