Skip to content

chore(deps): bump github.com/Azure/go-autorest/autorest/azure/auth #64

chore(deps): bump github.com/Azure/go-autorest/autorest/azure/auth

chore(deps): bump github.com/Azure/go-autorest/autorest/azure/auth #64

Workflow file for this run

name: release-docs
on:
push:
tags:
- "*"
jobs:
build-docs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
submodules: true
- name: Build Docs
run: |
make docs-build
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/book/book