Skip to content

Update plugin com.gradle.develocity to v4.3.2 (#484) #327

Update plugin com.gradle.develocity to v4.3.2 (#484)

Update plugin com.gradle.develocity to v4.3.2 (#484) #327

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 }}