Skip to content

Commit

Permalink
Update static-latexml.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
skellat authored Dec 15, 2024
1 parent 3d9d383 commit 2391d0a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/static-latexml.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
static.yml

# Simple workflow for deploying static content to GitHub Pages
name: Deploy LaTeXML content to Pages

Expand Down Expand Up @@ -29,13 +31,13 @@ jobs:
LATEXML_VERSION: 0.8.8
steps:
- uses: actions/checkout@v4
- name: Setup Pages
id: pages
uses: actions/configure-pages@v5
- name: Install latexml
run: |
sudo apt update
sudo apt -y install latexml
- name: Setup Pages
id: pages
uses: actions/configure-pages@v5
- name: Build with latexml
run: |
mkdir /tmp/upload
Expand Down

0 comments on commit 2391d0a

Please sign in to comment.