File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments