Skip to content

Commit

Permalink
exe
Browse files Browse the repository at this point in the history
  • Loading branch information
cmhughes committed Jan 24, 2024
1 parent 0fcbd37 commit b4771e9
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/cmh-deploy-gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,17 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: "3.11"
run: |
pdflatex --version
xelatex --version
- name: check latex executables
run: |
pdflatex --version
xelatex --version
- name: Install pretext
run: |
python -m ensurepip
python -m pip install --upgrade pip
python -m pip install --upgrade pretext
- name: check latex executables, again
run: |
pdflatex --version
xelatex --version
- name: load the "base actions/checkout" so as to access cmh-preTeXt-explore
Expand Down

0 comments on commit b4771e9

Please sign in to comment.