build(deps): Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 #492
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#name: Publish docs | |
#on: | |
# workflow_dispatch: | |
# push: | |
# branches: | |
# - main | |
# paths: | |
# - 'docs/**' | |
# - mkdocs.yml | |
# | |
#jobs: | |
# build: | |
# name: Deploy docs | |
# runs-on: ubuntu-latest | |
# steps: | |
# - name: Checkout main | |
# uses: actions/checkout@v3 | |
# with: | |
# fetch-depth: 0 | |
# | |
# - uses: actions/[email protected] | |
# with: | |
# python-version: '3.x' | |
# | |
# - name: Install mkdocs | |
# run: pip install --upgrade pip && pip install mike mkdocs mkdocs-minify-plugin mkdocs-markdownextradata-plugin mkdocs-macros-plugin pymdown-extensions mkdocs-material | |
# | |
# - run: git config user.name 'github-actions[bot]' && git config user.email 'github-actions[bot]@users.noreply.github.com' | |
# | |
# - name: Publish docs | |
# run: mkdocs gh-deploy |