Update to latest JamesIves/github-pages-deploy-action

This commit is contained in:
Alejandro Celaya 2023-04-12 19:11:06 +02:00
parent 958c4704f8
commit 740740b8c6

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.1.7
uses: JamesIves/github-pages-deploy-action@4
with:
token: ${{ secrets.OAS_PUBLISH_TOKEN }}
repository-name: 'shlinkio/shlink-open-api-specs'