Skip to content

Allow developers to enable auto-login for their frontend (#414) #46

Allow developers to enable auto-login for their frontend (#414)

Allow developers to enable auto-login for their frontend (#414) #46

Workflow file for this run

name: Deploy docs to GitHub Pages
on:
push:
branches:
- main
jobs:
deploy:
name: Deploy docs
runs-on: ubuntu-latest
steps:
- name: Checkout main
uses: actions/[email protected]
with:
fetch-depth: 0
- name: Build docs
working-directory: docs
run: docker compose run mkdocs build
- name: Deploy docs
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/site