Skip to content

Commit

Permalink
fixed linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ZibanPirate committed Sep 30, 2024
1 parent 540e967 commit f1b21e6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/cd.deploy.stg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ on:
push:
tags:
- "stg-v*"
branches:
# @TODO-ZM: Remove this
- project-detail
workflow_dispatch:

jobs:
Expand Down
3 changes: 1 addition & 2 deletions web/src/_build/pages/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ export type PageInfoWithLocalKeys = Omit<PageInfo, "lang" | "title" | "descripti
title: AllDictionaryKeys;
description: AllDictionaryKeys;
};
// ts-prune-ignore-next

export { staticPages } from "./static-pages";
export { templatePages } from "./template-pages";

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

0 comments on commit f1b21e6

Please sign in to comment.