Skip to content

Commit

Permalink
ci: cache web build deps
Browse files Browse the repository at this point in the history
  • Loading branch information
lbeurerkellner committed Oct 19, 2023
1 parent cef26cc commit 68adaac
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/lmql-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,16 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 20.x
# cached dependencies for node
- name: Cache node modules
uses: actions/cache@v3
with:
path: |
docs/node_modules
scripts/browser-build/node_modules
src/lmql/ui/live/node_modules
src/lmql/ui/playground/node_modules
- name: Build website and In-Browser LMQL Distribution
run: cd scripts && bash deploy-web.sh
- uses: actions/upload-artifact@master
Expand Down

0 comments on commit 68adaac

Please sign in to comment.