Skip to content

Commit

Permalink
Remove Lobster and Emsdk from pages
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-edward committed Feb 18, 2024
1 parent 7db931f commit c419ba0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build_demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,11 @@ jobs:
source ./emsdk/emsdk_env.sh
python3 build.py --entry ./demos/pythtree/main.lobster --out-dir ./demos/pythtree --lobster ./lobster
- name: Clean up cloned repositories
run: |
rm -rf ./lobster
rm -rf ./emsdk
- name: Setup Pages
id: pages
uses: actions/configure-pages@v3
Expand Down

0 comments on commit c419ba0

Please sign in to comment.