Skip to content

Update to Python3 for OTP secret generation #12

Update to Python3 for OTP secret generation

Update to Python3 for OTP secret generation #12

Workflow file for this run

name: Build & Deploy Documentation
on:
pull_request:
jobs:
build:
name: Build Documentation
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Run Sphinx documentation build
uses: ammaraskar/[email protected]
with:
docs-folder: "./"
- name: Upload documentation artifact
uses: actions/upload-artifact@v3
with:
name: documentation
path: _build/html/