mirror of
https://github.com/juanfont/headscale.git
synced 2025-10-14 11:17:33 +02:00
chore: build docs only when it changes
This commit is contained in:
parent
70604f683f
commit
d580d32bb4
3
.github/workflows/docs-deploy.yml
vendored
3
.github/workflows/docs-deploy.yml
vendored
@ -11,6 +11,9 @@ on:
|
||||
tags:
|
||||
# Stable release tags
|
||||
- v[0-9]+.[0-9]+.[0-9]+
|
||||
paths:
|
||||
- 'docs/**'
|
||||
- 'mkdocs.yml'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
Loading…
Reference in New Issue
Block a user