Skip to content

Commit

Permalink
Exclude notebooks and qgz files from the lite deployment (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinRenou authored Oct 4, 2024
1 parent dbbf44f commit 743bc18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ jobs:
working-directory: lite
run: |
set -eux
mkdir -p content && cp ../examples/* ./content
mkdir -p content && cp ../examples/*.jGIS ../examples/*.json ./content
jupyter lite build --contents content --output-dir dist
- name: Upload artifact
Expand Down

0 comments on commit 743bc18

Please sign in to comment.