Skip to content

Commit

Permalink
Fixing action
Browse files Browse the repository at this point in the history
  • Loading branch information
gvegayon committed Nov 11, 2024
1 parent 87cd3b6 commit dbf8d32
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,12 @@ jobs:

- name: preping
run: |
mkdir _site
cp -R * _site
quarto render README.qmd --to=html
mv README.html _site/index.html
mv README.html index.html
- uses: actions/upload-pages-artifact@v3
with:
path: "_site"
path: "./"

website:
if: ${{ github.event_name != 'pull_request' }}
Expand Down

0 comments on commit dbf8d32

Please sign in to comment.