Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/build_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,13 +141,13 @@ jobs:
sed -i "s|BASE_URL = \".*\"|BASE_URL = \"$base_url\"|" docs/common/src/utils/site-config.ts
sed -i "s|BASE_PATH = \".*\"|BASE_PATH = \"$base_path\"|" docs/common/src/utils/site-config.ts
sed -i "s|SLINT_DOWNLOAD_VERSION = \".*\"| SLINT_DOWNLOAD_VERSION = \"$slint_download_version\"|" docs/common/src/utils/site-config.ts
- name: "Slint Language Documentation"
- name: "Generate screenshots, language documentation and build"
run: |
SLINTDOCS_EXTRA_FLAGS=""
EXTRA_FLAGS=""
if [ "$RELEASE_INPUT" != "true" ] && [[ ! "$BRANCH_NAME" =~ ^pre-release/ ]]; then
SLINTDOCS_EXTRA_FLAGS="--experimental"
EXTRA_FLAGS="--experimental"
fi
cargo xtask slintdocs $SLINTDOCS_EXTRA_FLAGS
cargo run --release -p slint-doc-generator -- $EXTRA_FLAGS
- name: Spellcheck
working-directory: docs/astro
run: pnpm spellcheck
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/material.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
node-version: 24
package-manager-cache: false
- name: Take screenshots
run: cargo run -p slint-docsnapper -- -Lmaterial=$PWD/src/material.slint docs
run: cargo run -p slint-doc-generator -- screenshots -Lmaterial=$PWD/src/material.slint docs
working-directory: ui-libraries/material
- name: Install dependencies
run: pnpm install --frozen-lockfile
Expand Down
Loading
Loading