Skip to content

Commit

Permalink
Trying to fix ghaction
Browse files Browse the repository at this point in the history
  • Loading branch information
gvegayon committed Aug 19, 2024
1 parent 91c2249 commit baa99a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: preping
run: |
mkdir _site
mv -r 0*/ _site
cp -R 0* _site
quarto render README.qmd --to=html
mv README.html _site/index.html
Expand Down

0 comments on commit baa99a8

Please sign in to comment.