Skip to content

Commit

Permalink
Merge pull request #42 from cmu-delphi/dev
Browse files Browse the repository at this point in the history
Update documentation.yml
  • Loading branch information
dshemetov authored Oct 16, 2024
2 parents 013c7a8 + ea4a098 commit 1da4f1c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,13 @@ permissions:
jobs:
docs:
runs-on: ubuntu-latest
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
DELPHI_EPIDATA_KEY: ${{ secrets.DELPHI_GITHUB_ACTIONS_EPIDATA_API_KEY }}
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-python@v5
- name: Install dependencies
run: |
Expand Down

0 comments on commit 1da4f1c

Please sign in to comment.