Skip to content

Commit b48d9ba

Browse files
committed
renamed github action for building latex base img
1 parent c2c70fc commit b48d9ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-latex.yaml .github/workflows/build-latex-base.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: build_push_latex_img
1+
name: build_push_latex_base_img
22

33

44
on:
@@ -9,7 +9,7 @@ on:
99
- main
1010
paths:
1111
- LaTexBase/**
12-
- .github/workflows/build-latex.yaml
12+
- .github/workflows/build-latex-base.yaml
1313

1414

1515
jobs:

0 commit comments

Comments
 (0)