We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de11c9c commit 6ce87a9Copy full SHA for 6ce87a9
.github/workflows/build-pages.yml
@@ -36,6 +36,8 @@ jobs:
36
${PIP} install -r requirements.txt
37
${PIP} uninstall -y progressbar2
38
- name: Build Book
39
+ env:
40
+ STATIC_MAP_API_KEY: ${{ secrets.STATIC_MAP_API_KEY }}
41
run: |
42
jupyter-book build .
43
- name: Upload Build Artifacts
0 commit comments