From 3f2528cca5cad38843dc3c1005721acc78287bfe Mon Sep 17 00:00:00 2001 From: Wilson Freitas Date: Sun, 18 Feb 2024 06:23:40 -0300 Subject: [PATCH] debug render --- .github/workflows/build.yml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fbf7b8e..2edf9fb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,10 +20,10 @@ jobs: - name: Install dependencies run: | poetry install - - name: Run parser - run: | - export GITHUB_ACCESS_TOKEN=${{ secrets.GITHUB_TOKEN }} - poetry run python parse.py + # - name: Run parser + # run: | + # export GITHUB_ACCESS_TOKEN=${{ secrets.GITHUB_TOKEN }} + # poetry run python parse.py - uses: r-lib/actions/setup-r@v2 with: r-version: '4.2.0' # The R version to download (if necessary) and use. @@ -40,9 +40,7 @@ jobs: - name: Render site run: | quarto render site - # uses: quarto-dev/quarto-actions/render@v2 - # with: - # path: site + ls site/docs | xargs realpath - name: Deploy pages uses: peaceiris/actions-gh-pages@v3 with: