Skip to content

build(deps): bump golang.org/x/net from 0.0.0-20211112202133-69e39bad7dc2 to 0.23.0 #30

build(deps): bump golang.org/x/net from 0.0.0-20211112202133-69e39bad7dc2 to 0.23.0

build(deps): bump golang.org/x/net from 0.0.0-20211112202133-69e39bad7dc2 to 0.23.0 #30

Workflow file for this run

name: Docs build
# This workflow runs when a PR is labeled with `docs`
# This will check if the docs build successfully by running `npm run build`
on:
pull_request:
push:
branches:
- main
- release/*
jobs:
check-docs-build:
name: Check docs build
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
persist-credentials: false
fetch-depth: 0
- uses: technote-space/[email protected]
id: git_diff
with:
PATTERNS: |
docs/*
SUFFIX_FILTER: |
.md
- name: Install dependencies and build docs 🧱
run: |
make build-docs