Skip to content

README: mention doc2go #42

README: mention doc2go

README: mention doc2go #42

Workflow file for this run

name: Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: |
curl --fail --location --silent --output bob https://function61.com/go/turbobob-latest-linux-amd64 && chmod +x bob
CI_REVISION_ID="$GITHUB_SHA" ./bob build --publish-artefacts
env:
DOCKER_CREDS: ${{ secrets.DOCKER_CREDS }}