Skip to content

Commit

Permalink
ci: add debug print for githuc docs actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-J-Ward committed May 31, 2024
1 parent ea4a4dc commit 8bda77c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@ on:
name: Deploy DataFusion Python site

jobs:
debug-github-context:
name: Print github context
runs-on: ubuntu-latest
steps:
- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: |
echo "$GITHUB_CONTEXT"
build-docs:
name: Build docs
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8bda77c

Please sign in to comment.