Skip to content

Commit 6ce87a9

Browse files
authored
Add key
1 parent de11c9c commit 6ce87a9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-pages.yml

+2
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ jobs:
3636
${PIP} install -r requirements.txt
3737
${PIP} uninstall -y progressbar2
3838
- name: Build Book
39+
env:
40+
STATIC_MAP_API_KEY: ${{ secrets.STATIC_MAP_API_KEY }}
3941
run: |
4042
jupyter-book build .
4143
- name: Upload Build Artifacts

0 commit comments

Comments
 (0)