Skip to content

only check git describe #4

only check git describe

only check git describe #4

Workflow file for this run

name: docs
on:
push:
tags:
- 'v*'
concurrency:
group: 'github-pages'
cancel-in-progress: true
env:
NUMBA_NUM_THREADS: 1
MPLBACKEND: Agg
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
# Deploy to the github-pages environment
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.sha }}
- name: Checks
run: git describe --always