Skip to content

Update index.md

Update index.md #9

Workflow file for this run

name: build-docs
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/setup-python@v2.1.4
with:
python-version: "3.8"
architecture: "x64"
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
python -m pip install -r requirements.txt
- name: Build Docs
run: |
git config --local user.email "hakancelikdev@gmail.com"
git config --local user.name "Hakan Celik"
git fetch --all
mkdocs gh-deploy -m "Update Docs" --remote-branch gh-pages