Skip to content

Commit 510d149

Browse files
change: pubdevへの公開の為docsからpagesに変更
1 parent 6f2252a commit 510d149

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy-docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: Deploy to GitHub Pages
33
on:
44
push:
55
branches: [ main ]
6-
pull_request:
7-
branches: [ main ]
6+
paths:
7+
- 'pages/**'
88

99
permissions:
1010
contents: write
@@ -22,5 +22,5 @@ jobs:
2222
if: github.ref == 'refs/heads/main'
2323
with:
2424
github_token: ${{ secrets.GITHUB_TOKEN }}
25-
publish_dir: ./docs
25+
publish_dir: ./pages
2626
publish_branch: gh-pages
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)