Skip to content

Commit

Permalink
Reordering checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
gvegayon committed Sep 26, 2024
1 parent 9773e2f commit 9e7c322
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ jobs:
needs: build

steps:
- name: Checkout code
uses: actions/checkout@v4

- uses: actions/download-artifact@v4
with:
path: .
Expand All @@ -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
Expand Down

0 comments on commit 9e7c322

Please sign in to comment.