Skip to content

Commit

Permalink
chore: deploy docs only when they are changed (#751)
Browse files Browse the repository at this point in the history
  • Loading branch information
vonovak authored Jan 22, 2025
1 parent fc411a6 commit e037be2
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
name: Deploy to GitHub Pages

on:
pull_request:
branches: [main]
push:
branches: [main]
paths:
- 'docs/**'
pull_request:
branches: [main]
paths:
- 'docs/**'

permissions:
contents: write
Expand Down

0 comments on commit e037be2

Please sign in to comment.