Skip to content

Merge pull request #192 from HuangFuSL/workflow-patch #2

Merge pull request #192 from HuangFuSL/workflow-patch

Merge pull request #192 from HuangFuSL/workflow-patch #2

Workflow file for this run

name: Deploy Documentation
on:
push:
branches: [main]
# Exclude dependabot
paths:
- 'docs/**'
- 'main/**'
- 'overrides/**'
- 'third_party/**'
- 'ci/**'
- 'README.md'
- 'mkdocs.yml'
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
jobs:
test:
name: Test documentation
uses: ./.github/workflows/build.yml
with:
build-type: build
deploy: true
secrets: inherit
metrics:
name: Update metrics
uses: ./.github/workflows/metric.yml
secrets: inherit