Skip to content

Commit

Permalink
Fix deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
distantnative committed Mar 29, 2024
1 parent b9dd43e commit bf9a796
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Deploy docs to GitHub Pages
on:
push:
branches: [main]
paths:
- docs/**
paths:
- "docs/**"
workflow_dispatch:

permissions:
Expand Down

0 comments on commit bf9a796

Please sign in to comment.