Skip to content

include go build output in build error (#1127) #187

include go build output in build error (#1127)

include go build output in build error (#1127) #187

Workflow file for this run

name: publish
on:
workflow_dispatch:
push:
branches: ['main']
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
- uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
with:
python-version: 3.x
- run: pip install mkdocs-material mkdocs-redirects
- run: mkdocs gh-deploy --force