mirror of
https://github.com/shlinkio/shlink.git
synced 2024-12-23 07:33:58 -06:00
Fixed another typo...
This commit is contained in:
parent
8a93922da0
commit
5a7f0ad340
4
.github/workflows/publish-swagger-spec.yml
vendored
4
.github/workflows/publish-swagger-spec.yml
vendored
@ -19,8 +19,6 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
- name: Determine version
|
|
||||||
run: echo ${{ github.event.inputs.version }}
|
|
||||||
# - name: Determine version
|
# - name: Determine version
|
||||||
# id: determine_version
|
# id: determine_version
|
||||||
# run: echo "::set-output name=version::${GITHUB_REF#refs/tags/}"
|
# run: echo "::set-output name=version::${GITHUB_REF#refs/tags/}"
|
||||||
@ -37,7 +35,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-inlined.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 New Issue
Block a user