Skip to content

Commit

Permalink
test: update workflows for info-dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
PBillingsby authored Jan 15, 2025
1 parent b1d86d9 commit 69748d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/devnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
- name: Clean up build output
working-directory: ./apps/info-dashboard/.next
run: |
mkdir -p cache
rm -rf cache
- name: Deploy to Cloudflare Pages
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
- name: Clean up build output
working-directory: ./apps/info-dashboard/.next
run: |
mkdir -p cache
rm -rf cache
- name: Deploy to Cloudflare Pages
Expand Down

0 comments on commit 69748d7

Please sign in to comment.