Skip to content

Commit

Permalink
Customize site build
Browse files Browse the repository at this point in the history
  • Loading branch information
CNSeniorious000 committed Jul 23, 2024
1 parent c4ed9c3 commit fff0f6a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,12 @@ jobs:
python-version: '3.11'
- name: Install the dependencies
run: |
python -m pip install -r requirements.txt
pip install -U pip
pip install uv
uv pip install -r requirements.txt --system
- name: Build the JupyterLite site
env:
JUPYTERLITE_PYODIDE_URL: https://cdn.promplate.dev/pyodide/v0.26.1/pyodide.js
run: |
cp README.md content
jupyter lite build --contents content --output-dir dist
Expand Down

0 comments on commit fff0f6a

Please sign in to comment.