mirror of
https://github.com/appium/appium.git
synced 2026-01-04 09:20:24 -06:00
ci: rename publish doc ci script
This commit is contained in:
5
.github/workflows/publish-doc.yml
vendored
5
.github/workflows/publish-doc.yml
vendored
@@ -1,7 +1,7 @@
|
||||
# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
|
||||
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs
|
||||
|
||||
name: Run publish:doc
|
||||
name: Publish docs
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
@@ -32,6 +32,7 @@ jobs:
|
||||
install-command: npm ci
|
||||
- name: Install dependencies (Python)
|
||||
run: pip install -r packages/docutils/requirements.txt
|
||||
- run: |
|
||||
- name: Publish docs
|
||||
run: |
|
||||
cd packages/appium
|
||||
npm run publish:docs
|
||||
|
||||
Reference in New Issue
Block a user