Skip to content

Update plugin com.gradle.develocity to v4.3 (#475) #321

Update plugin com.gradle.develocity to v4.3 (#475)

Update plugin com.gradle.develocity to v4.3 (#475) #321

Workflow file for this run

name: Publish docs via GitHub Pages
on:
push:
branches:
- master
jobs:
build:
name: Deploy docs
runs-on: ubuntu-latest
steps:
- name: Checkout master
uses: actions/checkout@v6
- name: Deploy docs
uses: mhausenblas/mkdocs-deploy-gh-pages@1.26
env:
GITHUB_TOKEN: ${{ secrets.PERSONAL_TOKEN }}