Skip to content

Commit b8f91be

Browse files
author
hokkaydo
committed
trigger deploy
1 parent dcc19bb commit b8f91be

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ jobs:
1515
- uses: actions/checkout@v4 # This action checks out your repository
1616
- name: Run gen_static.sh script
1717
run: sh gen_static.sh
18+
- name: Debug Git State
19+
run: |
20+
git remote show origin
21+
git ls-remote --refs origin
1822
- name: Build and Deploy
1923
uses: JamesIves/github-pages-deploy-action@v4
2024
with:

0 commit comments

Comments
 (0)