Skip to content

Commit 600dc7e

Browse files
committed
fix: syntax and formatting
Here we go...
1 parent 173ff45 commit 600dc7e

1 file changed

Lines changed: 14 additions & 8 deletions

File tree

.github/workflows/texml.yml

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,24 +16,30 @@ jobs:
1616
git clone https://github.com/AmerMathSoc/texml.git
1717
cp ./texml/cfg/texml.cfg.template ./texml/cfg/texml.cfg
1818
chmod a+x ./build/texml/bin/texml
19+
1920
- name: Generated PDF and XML
20-
- run: |
21-
rm -f main.aux
22-
pdflatex main.tex
23-
./build/texml/bin/texml main.tex
21+
run: |
22+
rm -f main.aux
23+
pdflatex main.tex
24+
./build/texml/bin/texml main.tex
25+
2426
- name: Set up Node.js
2527
uses: actions/setup-node@v4
2628
with:
27-
node-version: 'lts/*'
29+
node-version: "lts/*"
2830

29-
- name: Install & run texml-to-html
30-
run: |
31+
- name: Install texml-to-html
32+
run: |
3133
cd build
3234
npm install @amermathsoc/texml-to-html
3335
cd ..
36+
37+
- name: Run texml-to-html
38+
run: |
3439
node ./build/node_modules/@amermathsoc/texml-to-html/examples/cli.js main.xml > main.html
3540
rm -rf ./build
36-
- run: |
41+
- name: Commit and push
42+
run: |
3743
# Commit
3844
git config user.name "github-actions[bot]"
3945
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"

0 commit comments

Comments
 (0)