Skip to content

Commit

Permalink
Merge pull request #102 from RConsortium/jesse-gh-pages
Browse files Browse the repository at this point in the history
moving build to gh-pages
  • Loading branch information
jcasman authored Sep 23, 2024
2 parents 2ecd60e + 13764c0 commit 3dc6c56
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,8 @@ jobs:
- name: Render and Publish
uses: quarto-dev/quarto-actions/publish@v2
with:
target: netlify
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
target: gh-pages
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# target: netlify
# NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}

0 comments on commit 3dc6c56

Please sign in to comment.