Skip to content

Commit cf1b9f4

Browse files
author
Reinhold Willcox
committed
removed env var test
1 parent f37f68f commit cf1b9f4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/latex-compile-ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,8 @@ jobs:
1212
latex:
1313
name: Build LaTeX documentation
1414
runs-on: ubuntu-18.04
15-
env: # testing, delete later
16-
MY_VAR: ${{github.event_name}}
1715

1816
steps:
19-
- run: echo $MY_VAR # testing
20-
2117
- uses: actions/checkout@v2
2218

2319
- name: Install dependencies

0 commit comments

Comments
 (0)