Skip to content

Commit

Permalink
separate steps in workflow #28
Browse files Browse the repository at this point in the history
  • Loading branch information
mxochicale committed Jan 28, 2024
1 parent 977dbad commit 1c78aba
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/publish-quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,19 @@ jobs:
- run: |
quarto --version
- name: Publish to GitHub Pages t00 t01
- name: Publish to GitHub Pages t00
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
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}



0 comments on commit 1c78aba

Please sign in to comment.