Skip to content

Send Connect test instance logs to STDOUT for CI jobs to show the log in case of job failure #175

Send Connect test instance logs to STDOUT for CI jobs to show the log in case of job failure

Send Connect test instance logs to STDOUT for CI jobs to show the log in case of job failure #175

Workflow file for this run

name: preview docs
on:
pull_request:
types:
- opened
- reopened
- synchronize
- closed
workflow_dispatch:
concurrency: preview-${{ github.ref }}
jobs:
deploy-preview:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: 3.x
- name: Install and Build
if: github.event.action != 'closed' # You might want to skip the build if the PR has been closed
run: |
python -m pip install -e ".[docs]"
mkdocs build
- name: Deploy preview
uses: rossjrw/pr-preview-action@v1
with:
source-dir: ./site/