diff --git a/.github/workflows/publish-doc.yml b/.github/workflows/publish-doc.yml index 4c36f176e..20f07f78f 100644 --- a/.github/workflows/publish-doc.yml +++ b/.github/workflows/publish-doc.yml @@ -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