Skip to content

Set atlassian.logging.cloud.enabled system property to false if a cus… #496

Set atlassian.logging.cloud.enabled system property to false if a cus…

Set atlassian.logging.cloud.enabled system property to false if a cus… #496

name: Documentation - Deploy
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.x
- name: Install mkdocs requirements
run: pip install -r requirements.txt
working-directory: docs
- name: Publish documentation to gp-pages branch
run: mkdocs gh-deploy --force
working-directory: docs