Skip to content

check again

check again #7

Workflow file for this run

name: docs
on:
push:
tags:
- 'v*'
jobs:
docs:
runs-on: [self-hosted, x64, Linux, ubuntu, generic]
# Grant GITHUB_TOKEN the permissions required to make a Pages deployment
permissions:
pages: write # to deploy to Pages
id-token: write # to verify the deployment originates from an appropriate source
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.sha }}
- name: Checks
run: git describe --always