Added missing space in mv command

This commit is contained in:
Alejandro Celaya 2021-12-11 12:27:45 +01:00
parent 295de5be8e
commit 8a93922da0

View file

@ -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: