Skip to content

Commit

Permalink
Switch action
Browse files Browse the repository at this point in the history
  • Loading branch information
afontani committed Jan 10, 2025
1 parent 4b1ad98 commit 60916b7
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,6 @@ jobs:
update-results:
runs-on: ubuntu-22.04
# needs: [analysis-tests, integration-tests]
continue-on-error: true
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -326,10 +325,6 @@ jobs:
sudo apt update
sudo -E apt-get install -y wget unzip python3-sphinx-rtd-theme
- name: Install TeXLive
# Actually pick a version, do not point on master, or the build won't be reproducible
uses: DanySK/[email protected]

# - name: Download feature samples
# uses: actions/download-artifact@v4
# with:
Expand Down Expand Up @@ -370,7 +365,7 @@ jobs:
# path: docs/read_the_docs/_build/html/

- name: Build ResStock Technical Reference Guide
uses: dante-ev/latex-action@latest
uses: xu-cheng/latex-action@v3
with:
working_directory: docs/technical_reference_guide
root_file: 0_main.tex
Expand Down

0 comments on commit 60916b7

Please sign in to comment.