Skip to content

Commit

Permalink
fix(ci): adjust CI parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
akiletour committed Oct 3, 2024
1 parent 7b9ec68 commit f9889f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
name: Install pnpm
id: pnpm-install
with:
version: 8
version: latest
run_install: false
- name: Install Node.js
uses: actions/setup-node@v4
Expand Down
1 change: 1 addition & 0 deletions src/app/(pages)/blog/[slug]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ export default async function Page({ params }: Props) {
<PostBody content={replaceBackendUrlContent(post.content)} />
</div>

{/* @ts-expect-error Server Component */}
<PostComments postDatabaseId={post.databaseId} identifier={post.id} />

<div className="container">
Expand Down

0 comments on commit f9889f6

Please sign in to comment.