Skip to content

Commit

Permalink
Update render.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sbalci committed Feb 16, 2024
1 parent 52d48d5 commit c03f739
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/render.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

- name: "render EN"
run: |
quarto render
quarto render README2.qmd
# - uses: r-lib/actions/setup-tinytex@v2
Expand Down Expand Up @@ -75,12 +75,12 @@ jobs:
# - name: Setup renv
# uses: r-lib/actions/setup-renv@v2

- name: Publish to GitHub Pages (and render)
uses: quarto-dev/quarto-actions/publish@v2
with:
target: gh-pages
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # this secret is always available for github actions
# - name: Publish to GitHub Pages (and render)
# uses: quarto-dev/quarto-actions/publish@v2
# with:
# target: gh-pages
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # this secret is always available for github actions

# - uses: r-lib/actions/setup-r-dependencies@v2

Expand Down

0 comments on commit c03f739

Please sign in to comment.