Skip to content

Commit

Permalink
Fixing where to put the vignettes
Browse files Browse the repository at this point in the history
  • Loading branch information
gvegayon committed Sep 26, 2024
1 parent 30bbdf9 commit 555e94c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,17 +82,18 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
path: website/
path: .

- name: Moving files
run: |
mv website/*/ website/
mkdir _website
mv *_vignette/* _website/
- name: Upload artifacts
uses: actions/upload-pages-artifact@v3
with:
name: github-pages
path: website/
path: _website/

deploy:
# Deploy to the github-pages environment
Expand Down

0 comments on commit 555e94c

Please sign in to comment.