Skip to content

fix: php8.3-xdebug and redis, memcached now available (#5608) #6

fix: php8.3-xdebug and redis, memcached now available (#5608)

fix: php8.3-xdebug and redis, memcached now available (#5608) #6

Workflow file for this run

name: docspublish
on:
push:
branches:
- 20220710_mkdocs_material
- master
env:
HOMEBREW_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
jobs:
docs-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/[email protected]
with:
python-version: 3.x
- run: echo "/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin" >> $GITHUB_PATH
- run: pip install -r docs/mkdocs-pip-requirements
- run: mkdocs build
- run: ls -l .nojekyll || true
- run: mkdocs gh-deploy --force --no-history