diff --git a/.github/workflows/quarto-publish.yml b/.github/workflows/quarto-publish.yml index 8fdb8f9..8eaf7a4 100644 --- a/.github/workflows/quarto-publish.yml +++ b/.github/workflows/quarto-publish.yml @@ -51,9 +51,7 @@ jobs: - name: Render outputs run: | - make docx - make html - make slides + make - name: Deploy to GitHub Pages uses: peaceiris/actions-gh-pages@v4