Skip to content

Commit

Permalink
adds .github/workflows/publish-quarto.yml #28
Browse files Browse the repository at this point in the history
  • Loading branch information
mxochicale committed Jan 28, 2024
1 parent 4d3a5a7 commit 977dbad
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,11 @@ jobs:
- run: |
quarto --version
- name: Publish to GitHub Pages t00
- name: Publish to GitHub Pages t00 t01
uses: quarto-dev/quarto-actions/publish@v2
with:
target: gh-pages
path: quarto/slides-template00
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Publish to GitHub Pages t01
uses: quarto-dev/quarto-actions/publish@v2
with:
target: gh-pages
path: quarto/slides-template01
Expand Down

0 comments on commit 977dbad

Please sign in to comment.