Skip to content

Commit 3ad5159

Browse files
committed
Added print event job
1 parent 6239281 commit 3ad5159

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/build-sphinx.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,16 @@ defaults:
1414
shell: bash -l {0}
1515

1616
jobs:
17+
print:
18+
name: Print event
19+
runs-on: ubuntu-latest
20+
steps:
21+
- name: Dump GitHub context
22+
env:
23+
GITHUB_CONTEXT: ${{ toJson(github) }}
24+
run: |
25+
echo "$GITHUB_CONTEXT"
26+
1727
build-and-deploy:
1828
name: Build and Deploy Docs
1929

0 commit comments

Comments
 (0)