Skip to content

Bump github.com/hashicorp/go-retryablehttp from 0.7.5 to 0.7.7 (#323) #266

Bump github.com/hashicorp/go-retryablehttp from 0.7.5 to 0.7.7 (#323)

Bump github.com/hashicorp/go-retryablehttp from 0.7.5 to 0.7.7 (#323) #266

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