Skip to content

Commit

Permalink
fix pages github action file
Browse files Browse the repository at this point in the history
  • Loading branch information
Bloomca committed Jun 5, 2024
1 parent 762c73a commit d2ddc4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ name: Deploy Jekyll site to Pages
on:
push:
branches: ["main"]
paths:
- "docs/**"
paths:
- "docs/**"

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

0 comments on commit d2ddc4f

Please sign in to comment.