Skip to content

chore(deps): bump github.com/spf13/viper from 1.16.0 to 1.17.0 #48

chore(deps): bump github.com/spf13/viper from 1.16.0 to 1.17.0

chore(deps): bump github.com/spf13/viper from 1.16.0 to 1.17.0 #48

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