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:
2
.github/workflows/docs-deploy.yml
vendored
2
.github/workflows/docs-deploy.yml
vendored
@@ -72,7 +72,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Download Build Artifact
|
- name: Download Build Artifact
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: docusaurus-build
|
name: docusaurus-build
|
||||||
path: gen-docs/build
|
path: gen-docs/build
|
||||||
|
|||||||
@@ -9,10 +9,10 @@ const config: Config = {
|
|||||||
|
|
||||||
url: 'https://docs.jellyseerr.dev',
|
url: 'https://docs.jellyseerr.dev',
|
||||||
baseUrl: '/',
|
baseUrl: '/',
|
||||||
|
trailingSlash: false,
|
||||||
|
|
||||||
organizationName: 'Fallenbagel',
|
organizationName: 'Fallenbagel',
|
||||||
projectName: 'Jellyseerr',
|
projectName: 'Jellyseerr',
|
||||||
deploymentBranch: 'docs',
|
|
||||||
|
|
||||||
onBrokenLinks: 'throw',
|
onBrokenLinks: 'throw',
|
||||||
onBrokenMarkdownLinks: 'warn',
|
onBrokenMarkdownLinks: 'warn',
|
||||||
|
|||||||
Reference in New Issue
Block a user