Skip to content

Support develocity in JUnitXml reporting. (#386) #251

Support develocity in JUnitXml reporting. (#386)

Support develocity in JUnitXml reporting. (#386) #251

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@v4
- name: Deploy docs
uses: mhausenblas/mkdocs-deploy-gh-pages@1.26
env:
GITHUB_TOKEN: ${{ secrets.PERSONAL_TOKEN }}