Skip to content

Commit

Permalink
test quarto render
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonfreitas committed Feb 17, 2024
1 parent 6df1f19 commit e374ac3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Expand Up @@ -51,11 +51,11 @@ jobs:
uses: quarto-dev/quarto-actions/setup@v2
with:
version: 1.4.550
- name: Render Quarto Project
uses: quarto-dev/quarto-actions/render@v2
- name: Publish to GitHub Pages (and render)
uses: quarto-dev/quarto-actions/publish@v2
- name: Run quarto render
run: |
quarto render .
- name: Deploy pages
uses: peaceiris/actions-gh-pages@v3
with:
target: gh-pages
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # this secret is always available for github actions
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs

0 comments on commit e374ac3

Please sign in to comment.