Skip to content

Switch to gitlab.com/gitlab-org/api/client-go for Gitlab client (#156) #312

Switch to gitlab.com/gitlab-org/api/client-go for Gitlab client (#156)

Switch to gitlab.com/gitlab-org/api/client-go for Gitlab client (#156) #312

Workflow file for this run

name: Documentation
on:
push:
branches:
- "main"
tags:
- "v*"
permissions:
contents: write
jobs:
deploy:
name: "Deploy"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: arduino/setup-task@v2
with:
# renovate: datasource=github-releases depName=go-task/task
version: 3.40.1
repo-token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: setup
run: task setup
- name: generate
run: task docs:generate
- name: deploy
run: task docs:deploy