Skip to content

fix: Skip hidden directories when creating commands (#6081) #464

fix: Skip hidden directories when creating commands (#6081)

fix: Skip hidden directories when creating commands (#6081) #464

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/setup-python@v5.1.0
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