Fix Shlink trying to create SQLite database tables even if they already exist

This commit is contained in:
Alejandro Celaya
2023-06-14 18:08:39 +02:00
parent 058391cf06
commit a21dcb852a
5 changed files with 19 additions and 22 deletions

View File

@@ -26,7 +26,7 @@ jobs:
- run: mkdir ${{ steps.determine_version.outputs.version }}
- run: mv docs/swagger/swagger-inlined.json ${{ steps.determine_version.outputs.version }}/open-api-spec.json
- name: Publish spec
uses: JamesIves/github-pages-deploy-action@4
uses: JamesIves/github-pages-deploy-action@4.4.1
with:
token: ${{ secrets.OAS_PUBLISH_TOKEN }}
repository-name: 'shlinkio/shlink-open-api-specs'