Only redeploy docs when docs have actually changed
This commit is contained in:
parent
cc88727e59
commit
372ca07520
1
.github/workflows/deploy-docs.yml
vendored
1
.github/workflows/deploy-docs.yml
vendored
@ -6,6 +6,7 @@ on:
|
||||
# Runs on pushes targeting the default branch
|
||||
push:
|
||||
branches: ["main"]
|
||||
paths: docs/**/*
|
||||
|
||||
# Allows you to run this workflow manually from the Actions tab
|
||||
workflow_dispatch:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user