build: fix deploy docs action (#4076) [skip ci]

This commit is contained in:
Ryan Cohen
2025-03-26 12:36:23 +09:00
committed by GitHub
parent ff42fdb4fc
commit dc196d49fa

View File

@@ -17,9 +17,10 @@ jobs:
with:
output: swagger-ui
spec-file: overseerr-api.yml
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: swagger-ui
cname: api-docs.overseerr.dev