Don't write global.json while updating API docs
This commit is contained in:
parent
d76a489be6
commit
db6a627983
|
@ -31,12 +31,6 @@ jobs:
|
||||||
- name: Setup dotnet
|
- name: Setup dotnet
|
||||||
uses: actions/setup-dotnet@v3
|
uses: actions/setup-dotnet@v3
|
||||||
id: setup-dotnet
|
id: setup-dotnet
|
||||||
with:
|
|
||||||
dotnet-version: '6.0.x'
|
|
||||||
|
|
||||||
- name: Create temporary global.json
|
|
||||||
run: |
|
|
||||||
echo '{"sdk":{"version": "${{ steps.setup-dotnet.outputs.dotnet-version }}" } }' > ./global.json
|
|
||||||
|
|
||||||
- name: Create openapi.json
|
- name: Create openapi.json
|
||||||
run: ./docs.sh Linux
|
run: ./docs.sh Linux
|
||||||
|
|
Loading…
Reference in New Issue