Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Update plugin com.gradle.develocity to v4.2 (#645) #684

Update plugin com.gradle.develocity to v4.2 (#645)

Update plugin com.gradle.develocity to v4.2 (#645) #684

Workflow file for this run

name: docs
on:
push:
branches:
- main
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
with:
python-version: 3.x
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
with:
key: ${{ github.ref }}
path: .cache
- run: ./move_docs.sh
- run: pip install mkdocs-material
- run: mkdocs gh-deploy --force