Skip to content

Commit f1b21e6

Browse files
committed
fixed linting errors
1 parent 540e967 commit f1b21e6

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/cd.deploy.stg.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ on:
44
push:
55
tags:
66
- "stg-v*"
7-
branches:
8-
# @TODO-ZM: Remove this
9-
- project-detail
107
workflow_dispatch:
118

129
jobs:

web/src/_build/pages/index.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ export type PageInfoWithLocalKeys = Omit<PageInfo, "lang" | "title" | "descripti
1717
title: AllDictionaryKeys;
1818
description: AllDictionaryKeys;
1919
};
20-
// ts-prune-ignore-next
20+
2121
export { staticPages } from "./static-pages";
22-
export { templatePages } from "./template-pages";
2322

2423
export const allPages = [...staticPages, ...templatePages];

0 commit comments

Comments
 (0)