Skip to content

Improve documentation about prevent conflicts with Intellij IDEA form… #81

Improve documentation about prevent conflicts with Intellij IDEA form…

Improve documentation about prevent conflicts with Intellij IDEA form… #81

name: Publish snapshot documentation
on:
push:
branches: ['master']
paths: ['documentation/snapshot/**']
jobs:
deploy:
runs-on: ubuntu-latest
if: github.repository == 'pinterest/ktlint'
steps:
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
with:
fetch-depth: 0 # fetch all commits/branches
- uses: actions/setup-python@v5
with:
python-version: 3.x
- name: Install mkdocs and mike
run: pip install mkdocs-material mike
- name: Config git
run: |
git config user.email "ktlint@github.com"
git config user.name "Ktlint Release Workflow"
- run: |
cd documentation/snapshot
# The dev-snapshot version has no release number as the version will only be tagged when an official release is build
# This also prevents that multiple snapshot versions of the documentation will be published in parallel
mike deploy --push dev-snapshot