Skip to content

Update composer.json #250

Update composer.json

Update composer.json #250

Workflow file for this run

name: docs
on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.x
- run: cd docs && git clone https://github.com/phpgl/docs-assets && ls && ls docs-assets
- run: pip install git+https://${{ secrets.GH_TOKEN }}@github.com/mario-deluna/mkdocs-material-insiders.git
- run: pip install mkdocs-include-dir-to-nav
- run: mkdocs gh-deploy --force