From 9e7c3222005fcba124cf9aab9715469b7ca63786 Mon Sep 17 00:00:00 2001 From: "George G. Vega Yon" Date: Thu, 26 Sep 2024 14:42:27 -0600 Subject: [PATCH] Reordering checkout --- .github/workflows/website.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index c3c98b2..5541b70 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -81,6 +81,9 @@ jobs: needs: build steps: + - name: Checkout code + uses: actions/checkout@v4 + - uses: actions/download-artifact@v4 with: path: . @@ -90,9 +93,6 @@ jobs: mkdir _website mv *_vignette/* _website/ - - name: Checkout code - uses: actions/checkout@v4 - - name: Render index page run: | quarto render README.md --to html -o index.html