Skip to content

Bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1 (#340) #282

Bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1 (#340)

Bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1 (#340) #282

Workflow file for this run

name: Documentation
on:
push:
branches:
- "main"
jobs:
mkdocs:
name: Build & Deploy Documentation
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Deploy Documentation
uses: mhausenblas/mkdocs-deploy-gh-pages@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CONFIG_FILE: mkdocs.yml
REQUIREMENTS: requirements.txt