Skip to content

making a note to remove a md file #2

making a note to remove a md file

making a note to remove a md file #2

Workflow file for this run

name: build
on:
push:
branches: [ develop, mkdocs-based-site ]
pull_request_target:
branches: [ develop ]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: 3.9
- run: pip install mkdocs
- run: mkdocs gh-deploy --force --clean --verbose