Skip to content

Commit

Permalink
ci: debug workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanders11 authored Apr 15, 2024
1 parent fc9af7c commit 4338fd6
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ steps.generate-token.outputs.token }}

- name: Commit docs
uses: dsanders11/github-app-commit-action@48d2ff8c1a855eb15d16afa97ae12616456d7cbc # v1.4.0
with:
fail-on-no-changes: false
message: 'deploy: ${{ steps.get-short-sha.outputs.sha }}'
token: ${{ steps.generate-token.outputs.token }}
- name: Debug
shell: bash
run: |
git status
git diff-index --cached HEAD

0 comments on commit 4338fd6

Please sign in to comment.