Skip to content

Commit

Permalink
only deploy gh-pages if something in the docs folder changes
Browse files Browse the repository at this point in the history
  • Loading branch information
cewert committed Oct 27, 2023
1 parent 1613753 commit 5c2ab5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-api-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
name: deploy-api-docs

on:
# Runs on pushes targeting the default branch
push:
branches: ["unstable"]
paths: ["docs/**"] # only run if the docs are updated

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down

0 comments on commit 5c2ab5e

Please sign in to comment.