We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b36c777 commit 44eb8e5Copy full SHA for 44eb8e5
.github/workflows/build-sphinx.yml
@@ -14,16 +14,6 @@ defaults:
14
shell: bash -l {0}
15
16
jobs:
17
- print:
18
- name: Print event
19
- runs-on: ubuntu-20.04
20
- steps:
21
- - name: Dump GitHub context
22
- env:
23
- GITHUB_CONTEXT: ${{ toJson(github) }}
24
- run: |
25
- echo "$GITHUB_CONTEXT"
26
-
27
build-and-deploy:
28
name: Build and Deploy Docs
29
@@ -39,6 +29,12 @@ jobs:
39
with:
40
30
access_token: ${{ github.token }}
41
31
32
+ - name: Dump GitHub context
33
+ env:
34
+ GITHUB_CONTEXT: ${{ toJson(github) }}
35
+ run: |
36
+ echo "$GITHUB_CONTEXT"
37
+
42
38
- name: Free Disk Space (Ubuntu)
43
uses: jlumbroso/free-disk-space@main
44
0 commit comments