Skip to content

try work-around

try work-around #17

Workflow file for this run

name: docs
on:
push:
tags:
- 'v*'
jobs:
docs:
runs-on: [self-hosted, x64, Linux, ubuntu, generic]
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Workaround for https://github.com/actions/checkout/issues/882
run: git fetch --tags --force origin
- name: Check git describe
run: git describe --always