Skip to content

build(deps): bump golang.org/x/sys from 0.39.0 to 0.43.0 #412

build(deps): bump golang.org/x/sys from 0.39.0 to 0.43.0

build(deps): bump golang.org/x/sys from 0.39.0 to 0.43.0 #412

Workflow file for this run

name: docs
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
on:
workflow_dispatch:
push:
tags:
- 'v*'
pull_request:
env:
DESTDIR: ./bin
DOCKER_BUILD_SUMMARY: false
jobs:
publish:
runs-on: ubuntu-latest
permissions:
contents: write # required to push to gh-pages
steps:
-
name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
fetch-depth: 0
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
-
name: Build docs
uses: docker/bake-action@5be5f02ff8819ecd3092ea6b2e6261c31774f2b4 # v6.10.0
with:
source: .
provenance: false
targets: docs
-
name: Check GitHub Pages status
uses: crazy-max/ghaction-github-status@fa6ac37620bc5d44b93e15caed498629665e9ff5 # v4.2.0
with:
pages_threshold: major_outage
-
name: Deploy
if: github.event_name != 'pull_request'
uses: crazy-max/ghaction-github-pages@df5cc2bfa78282ded844b354faee141f06b41865 # v4.2.0
with:
target_branch: gh-pages
build_dir: ${{ env.DESTDIR }}/site
jekyll: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}