Skip to content

Commit

Permalink
Add hf token
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilwoodruff committed Dec 19, 2024
1 parent 47d9006 commit 9ba5034
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
- name: Generate documentation
run: make documentation
env:
HUGGING_FACE_TOKEN: ${{ secrets.HUGGING_FACE_TOKEN }}

- name: Check documentation build
run: |
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ jobs:
- name: Generate documentation
run: make documentation
env:
HUGGING_FACE_TOKEN: ${{ secrets.HUGGING_FACE_TOKEN }}

- name: Deploy documentation
uses: JamesIves/github-pages-deploy-action@releases/v3
Expand Down

0 comments on commit 9ba5034

Please sign in to comment.