Skip to content

Commit 631a711

Browse files
committed
fix(log): remove log
1 parent 8e2dfe5 commit 631a711

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/vercel-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ jobs:
3939
vercel-args: '--prod'
4040
vercel-org-id: ${{ secrets.VERCEL_ORG_ID }}
4141
vercel-project-id: ${{ secrets.VERCEL_PROJECT_ID }}
42-
working-directory: ./documentation/public
42+
working-directory: ./public

src/lib/comment-parser.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ export const parseComment = (fileContent: string) => {
4646
*/
4747
export const parseVuepressFileHeader = (content: string, file: DirectoryFile) => {
4848
const { frontmatter, attributes } = parseComment(content);
49-
console.log({ frontmatter, attributes });
5049

5150
let fileContent = '---\n';
5251

0 commit comments

Comments
 (0)