Skip to content

Adding @DCData-OPS to contributor page #39

Adding @DCData-OPS to contributor page

Adding @DCData-OPS to contributor page #39

Workflow file for this run

name: Docs
on:
push:
branches:
- master
- main
paths:
- "docs/**"
- "mkdocs.yml"
- "includes/**"
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-python@v4
with:
python-version: 3.x
- uses: actions/cache@v2
with:
key: ${{ github.ref }}
path: .cache
- name: Install Python dependencies
uses: py-actions/py-dependency-install@v3
with:
path: docs/requirements.txt
- run: mkdocs gh-deploy --force