mirror of
https://github.com/pockethost/pockethost.git
synced 2025-03-30 15:08:30 +00:00
GA fixes
This commit is contained in:
parent
36ca1dd57e
commit
fc23568327
4
.github/workflows/publish-dashboard.yaml
vendored
4
.github/workflows/publish-dashboard.yaml
vendored
@ -3,6 +3,7 @@ name: Publish Dashboard to Cloudflare Pages
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- .github/workflows/publish-dashboard.yaml
|
||||
- packages/dashboard/**
|
||||
|
||||
env:
|
||||
@ -33,8 +34,7 @@ jobs:
|
||||
- name: Prepare build
|
||||
run: |
|
||||
pnpm i
|
||||
pnpm lint
|
||||
cd dashboard
|
||||
cd packages/dashboard
|
||||
pnpm build
|
||||
|
||||
- name: Expose git commit data
|
||||
|
Loading…
x
Reference in New Issue
Block a user