Skip to content

feat: Add a drupal project type that handles Drupal8-11, fixes #495… #9

feat: Add a drupal project type that handles Drupal8-11, fixes #495…

feat: Add a drupal project type that handles Drupal8-11, fixes #495… #9

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