Skip to content

Commit

Permalink
github pagesのdeployはdocsに更新があったときだけにする
Browse files Browse the repository at this point in the history
  • Loading branch information
futabooo committed Apr 5, 2024
1 parent de7d937 commit 285bec8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Deploy Docs
on:
push:
branches: ["main"]
paths:
- "docs/**"

workflow_dispatch:

Expand Down

0 comments on commit 285bec8

Please sign in to comment.