File tree Expand file tree Collapse file tree 3 files changed +14
-3
lines changed
Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 2525 node-version : lts/*
2626 cache : ' npm'
2727 - name : Install dependencies (Node.js)
28- run : npm install
28+ run : npm ci
2929 - name : Install dependencies (Python)
3030 run : npm run install-docs-deps
3131 - name : Build Docs
Original file line number Diff line number Diff line change 1- name : Create packages
1+ # Builds the desktop and plugin versions of the app.
2+ # The plugin version is published to npm, while the desktop app packages
3+ # are uploaded to a GitHub release for the latest app version tag.
4+
5+ name : Package and Publish
26
37on :
48 workflow_dispatch :
Original file line number Diff line number Diff line change 11# Builds and publishes the Appium Inspector MkDocs documentation
2+ # Executed on-demand, or after publishing new version packages
23
34name : Publish Docs
45
56on :
67 workflow_dispatch :
8+ workflow_run :
9+ workflows : ['Package and Publish']
10+ types :
11+ - completed
712
813jobs :
914 build :
2025 node-version : lts/*
2126 cache : ' npm'
2227 - name : Install dependencies (Node.js)
23- run : npm install
28+ run : npm ci
2429 - name : Install dependencies (Python)
2530 run : npm run install-docs-deps
31+ - name : Fetch docs branch
32+ run : git fetch origin docs-site:docs-site || true
2633 - name : Build and deploy docs
2734 run : npm run publish:docs
You can’t perform that action at this time.
0 commit comments