Skip to content

Commit

Permalink
activate pages
Browse files Browse the repository at this point in the history
  • Loading branch information
nhejazi committed Sep 20, 2024
1 parent 6ea4f9c commit 919b1af
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ jobs:
- name: Render Only
uses: quarto-dev/quarto-actions/render@v2

#- name: Render and Publish
#uses: quarto-dev/quarto-actions/publish@v2
#with:
##target: gh-pages
##render: true
##GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Render and Publish
uses: quarto-dev/quarto-actions/publish@v2
with:
target: gh-pages
render: true
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
#target: netlify
#render: true
#NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}

0 comments on commit 919b1af

Please sign in to comment.