build: temporarily disable snap builds (#4074)

This commit is contained in:
Ryan Cohen
2025-03-26 12:25:56 +09:00
committed by GitHub
parent ab2e34859b
commit ff42fdb4fc
4 changed files with 59 additions and 56 deletions

View File

@@ -8,6 +8,8 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- name: Generate Swagger UI
@@ -18,6 +20,6 @@ jobs:
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
publish_dir: swagger-ui
cname: api-docs.overseerr.dev