We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcc19bb commit b8f91beCopy full SHA for b8f91be
.github/workflows/deploy.yml
@@ -15,6 +15,10 @@ jobs:
15
- uses: actions/checkout@v4 # This action checks out your repository
16
- name: Run gen_static.sh script
17
run: sh gen_static.sh
18
+ - name: Debug Git State
19
+ run: |
20
+ git remote show origin
21
+ git ls-remote --refs origin
22
- name: Build and Deploy
23
uses: JamesIves/github-pages-deploy-action@v4
24
with:
0 commit comments