From c033e09c8ea814e74bd622559e63023a6952c8f8 Mon Sep 17 00:00:00 2001 From: AG Damsbo Date: Mon, 26 Jun 2023 08:47:35 +0200 Subject: [PATCH] last --- .github/workflows/render-publish.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/render-publish.yml b/.github/workflows/render-publish.yml index 0797259..a84bd9f 100644 --- a/.github/workflows/render-publish.yml +++ b/.github/workflows/render-publish.yml @@ -74,16 +74,16 @@ jobs: - name: Check out repository uses: actions/checkout@v3 - - name: Set up Quarto - uses: quarto-dev/quarto-actions/setup@v2 - - - name: Install Python and Dependencies - uses: actions/setup-python@v4 - with: - python-version: '3.10' - cache: 'pip' - - run: pip install jupyter - - run: pip install -r requirements.txt + # - name: Set up Quarto + # uses: quarto-dev/quarto-actions/setup@v2 + # + # - name: Install Python and Dependencies + # uses: actions/setup-python@v4 + # with: + # python-version: '3.10' + # cache: 'pip' + # - run: pip install jupyter + # - run: pip install -r requirements.txt - name: Render and Publish uses: quarto-dev/quarto-actions/publish@v2