ci: attempt to fix docs deployment (#850)

* chore(gen-docs): add trailing slash as false and remove deployment branch definition

* ci(docs): update the download artifact version
This commit is contained in:
Fallenbagel
2024-06-30 03:53:13 +05:00
committed by GitHub
parent ce02f61c0d
commit d03c77321b
2 changed files with 5 additions and 5 deletions

View File

@@ -9,10 +9,10 @@ const config: Config = {
url: 'https://docs.jellyseerr.dev',
baseUrl: '/',
trailingSlash: false,
organizationName: 'Fallenbagel',
projectName: 'Jellyseerr',
deploymentBranch: 'docs',
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn',