Skip to content

Commit

Permalink
Publish on netlify as well
Browse files Browse the repository at this point in the history
  • Loading branch information
sajith committed Apr 3, 2024
1 parent 936cf4b commit 20cf7ee
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,14 @@ jobs:
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Render and Publish
- name: Render and Publish on quarto.pub
uses: quarto-dev/quarto-actions/publish@v2
with:
target: quarto-pub
QUARTO_PUB_AUTH_TOKEN: ${{ secrets.QUARTO_PUB_AUTH_TOKEN }}

- name: Render and Publish on netlify
uses: quarto-dev/quarto-actions/publish@v2
with:
target: netlify
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}

0 comments on commit 20cf7ee

Please sign in to comment.