Skip to content

Commit

Permalink
Add env variable declaration to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbrickhouse committed Apr 10, 2024
1 parent b22f8e1 commit bde0c50
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/quarto_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
quartodoc build --config doc_src/_quarto.yml
- uses: quarto-dev/quarto-actions/setup@v2
- name: Render and publish to gh pages
env:
HF_TOKEN: ${{ secrets.HF_TOKEN }}
uses: quarto-dev/quarto-actions/publish@v2
with:
target: gh-pages
Expand Down

0 comments on commit bde0c50

Please sign in to comment.