We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dc9223 commit 2e74979Copy full SHA for 2e74979
.github/workflows/build.yaml
@@ -76,6 +76,18 @@ jobs:
76
- run: npm run build:examples:aot
77
- run: npm run build:all:update-translatable-keys
78
- run: git diff --exit-code "projects/**/*-translatable-keys.interface.ts"
79
+
80
+ documentation:
81
+ runs-on: ubuntu-22.04
82
+ needs:
83
+ - build
84
+ steps:
85
+ - uses: actions/checkout@v4
86
+ - uses: astral-sh/setup-uv@v5
87
+ - run: uv run mkdocs build
88
+ env:
89
+ UV_INDEX_CODE_DOCS_THEME_USERNAME: ${{ secrets.SIEMENS_NPM_USER }}
90
+ UV_INDEX_CODE_DOCS_THEME_PASSWORD: ${{ secrets.SIEMENS_NPM_TOKEN }}
91
# TODO: build design system
92
# TODO: add release job
93
# TODO: build PR previews
0 commit comments