Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Dependencies: Bump sphinx from 8.0.2 to 8.1.3 #12

Dependencies: Bump sphinx from 8.0.2 to 8.1.3

Dependencies: Bump sphinx from 8.0.2 to 8.1.3 #12

Workflow file for this run

name: Read the Docs PR preview
# Automatically edits a pull request's descriptions with a link
# to the documentation's preview on Read the Docs.
on:
pull_request_target:
types:
- opened
paths:
- 'docs/**'
- '.github/workflows/preview-docs.yml'
permissions:
pull-requests: write
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
documentation-links:
runs-on: ubuntu-latest
steps:
- uses: readthedocs/actions/preview@v1
with:
project-slug: "flask-utils"