Skip to content

Add some security recommendations for when using ForwardAuth (#283) #132

Add some security recommendations for when using ForwardAuth (#283)

Add some security recommendations for when using ForwardAuth (#283) #132

Workflow file for this run

name: Publish Live
on:
push:
branches:
- master
jobs:
publish-live:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.11.x'
- name: Install dependencies
run: pip install -r requirements.txt
- name: Fetch origin/gh-pages
run: git fetch origin gh-pages
- name: Publish live
run: mkdocs gh-deploy