Skip to content

Commit

Permalink
try running ag notebook in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
andresfchamorro committed Jun 6, 2024
1 parent 255a27c commit 45b1b89
Show file tree
Hide file tree
Showing 3 changed files with 181 additions and 348 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ jobs:
if [ -f docs/requirements.txt ]; then pip install -r docs/requirements.txt; fi
if [ -f pyproject.toml ]; then pip install ".[docs]"; fi
- name: Build Jupyter Book
env:
PROJECT_ID: ${{ secrets.PROJECT_ID }}
PRIVATE_KEY_ID: ${{ secrets.PRIVATE_KEY_ID }}
PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}
CLIENT_EMAIL: ${{ secrets.CLIENT_EMAIL }}
CLIENT_ID: ${{ secrets.CLIENT_ID }}
CLIENT_X509_CERT_URL: ${{ secrets.CLIENT_X509_CERT_URL }}
run: |
jupyter-book build . --config docs/_config.yml --toc docs/_toc.yml
- name: Deploy
Expand Down
Loading

0 comments on commit 45b1b89

Please sign in to comment.