mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 10:37:44 +00:00
sucess
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -27,5 +27,4 @@ jobs:
|
||||
- run: pnpm install --frozen-lockfile
|
||||
- uses: nrwl/nx-set-shas@v4
|
||||
|
||||
- name: build
|
||||
run: npx nx run @zitadel/docs:build
|
||||
- run: npx nx run @zitadel/docs:build
|
||||
|
@@ -4,8 +4,8 @@ module.exports = {
|
||||
trailingSlash: false,
|
||||
url: "https://zitadel.com",
|
||||
baseUrl: "/docs",
|
||||
onBrokenLinks: "ignore",
|
||||
onBrokenAnchors: "ignore",
|
||||
onBrokenLinks: "warn",
|
||||
onBrokenAnchors: "warn",
|
||||
onBrokenMarkdownLinks: "throw",
|
||||
favicon: "img/favicon.ico",
|
||||
organizationName: "zitadel",
|
||||
|
Reference in New Issue
Block a user