Skip to content

Commit 1da4f1c

Browse files
authored
Merge pull request #42 from cmu-delphi/dev
Update documentation.yml
2 parents 013c7a8 + ea4a098 commit 1da4f1c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/documentation.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,13 @@ permissions:
1111
jobs:
1212
docs:
1313
runs-on: ubuntu-latest
14+
env:
15+
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
16+
DELPHI_EPIDATA_KEY: ${{ secrets.DELPHI_GITHUB_ACTIONS_EPIDATA_API_KEY }}
1417
steps:
1518
- uses: actions/checkout@v4
19+
with:
20+
fetch-depth: 0
1621
- uses: actions/setup-python@v5
1722
- name: Install dependencies
1823
run: |

0 commit comments

Comments
 (0)