Skip to content

feat(platform)!: transient properties (#1990) #509

feat(platform)!: transient properties (#1990)

feat(platform)!: transient properties (#1990) #509

Workflow file for this run

name: Publish docs via GitHub Pages
on:
push:
branches:
- v1.0-dev
jobs:
build:
name: Deploy docs
runs-on: ubuntu-22.04
steps:
- name: Checkout main
uses: actions/checkout@v4
- name: Prepare docs
run: "${GITHUB_WORKSPACE}/scripts/prepare_docs.sh"
- name: Deploy docs
uses: mhausenblas/mkdocs-deploy-gh-pages@master
# Or use mhausenblas/mkdocs-deploy-gh-pages@nomaterial to build without the mkdocs-material theme
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CONFIG_FILE: mkdocs.yml
EXTRA_PACKAGES: build-base
# REQUIREMENTS: folder/requirements.txt