Skip to content

Commit

Permalink
Fix Build Again
Browse files Browse the repository at this point in the history
  • Loading branch information
no1mann committed Nov 26, 2024
1 parent 3ff7989 commit eeafcff
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,14 @@ jobs:
with:
node-version: '20'

- name: Install dependencies
- name: Install Cache dependencies
working-directory: ./workers/tiltify-cache
run: npm install

- name: Install Web UI & API dependencies
working-directory: ./
run: npm install

- name: Publish Pages to Development
uses: cloudflare/pages-action@v1
with:
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/deploy-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,14 @@ jobs:
with:
node-version: '20'

- name: Install dependencies
- name: Install Cache dependencies
working-directory: ./workers/tiltify-cache
run: npm install

- name: Install Web UI & API dependencies
working-directory: ./
run: npm install

- name: Publish Pages to Production
uses: cloudflare/pages-action@v1
with:
Expand Down

0 comments on commit eeafcff

Please sign in to comment.