From 60916b79eb22f695d70adfdd43fb397d4b592b86 Mon Sep 17 00:00:00 2001
From: Anthony Fontanini <anthony.fontanini@nrel.gov>
Date: Thu, 9 Jan 2025 23:08:27 -0700
Subject: [PATCH] Switch action

---
 .github/workflows/config.yml | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/.github/workflows/config.yml b/.github/workflows/config.yml
index 582344e6d6..6dd2f1f422 100644
--- a/.github/workflows/config.yml
+++ b/.github/workflows/config.yml
@@ -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:
@@ -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/setup-texlive-action@0.1.1
-
       # - name: Download feature samples
       #   uses: actions/download-artifact@v4
       #   with:
@@ -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