Skip to content

Recommend use of clientid #9

Recommend use of clientid

Recommend use of clientid #9

Workflow file for this run

# name: Build/Publish Develop Docs
# on:
# push:
# branches:
# - main
# 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
# - name: Install Dependencies
# run: |
# pip install -r requirements.txt
# - name: Setup Docs Deploy
# run: |
# git config user.name github-actions[bot]
# git config user.email 41898282+github-actions[bot]@users.noreply.github.com
# - name: Build Docs Website
# run: mike deploy --push develop