From e2a05c5860de090f018ee353dbc43c19ae07de68 Mon Sep 17 00:00:00 2001 From: Tanya Strydom Date: Thu, 17 Oct 2024 12:03:02 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=91=20we=20have=20a=20build=20crisis?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/publish.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index cb31220..d2073f8 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -13,18 +13,17 @@ jobs: steps: - name: Check out repository uses: actions/checkout@v4 - + - name: Set up Quarto uses: quarto-dev/quarto-actions/setup@v2 with: version: pre-release tinytex: true - - + + - name: Render and Publish uses: quarto-dev/quarto-actions/publish@v2 with: target: gh-pages env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file