Skip to content

Commit

Permalink
🔩 fix deploy_docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mmsaki authored Oct 19, 2024
1 parent e19f935 commit fb010ba
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,18 @@ on:
push:
branches:
- main # or your default branch

jobs:
build:
runs-on: ubuntu-latest
convert_via_pandoc:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3

- uses: docker://pandoc/latex:2.9

- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.x"

- uses: docker://pandoc/core:2.9


- name: Install dependencies
run: |
pip install -r requirements.txt
Expand Down

0 comments on commit fb010ba

Please sign in to comment.