mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-01 23:56:39 +08:00
merge
This commit is contained in:
parent
9c68cea749
commit
0d363e8aa2
8
.github/workflows/dockerToHub.yml
vendored
8
.github/workflows/dockerToHub.yml
vendored
@ -1,9 +1,9 @@
|
||||
name: PRO DEPLOY
|
||||
name: BUILD DOCKER IMAGE
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
# push:
|
||||
# branches:
|
||||
# - main
|
||||
# paths:
|
||||
# - 'app/**'
|
||||
# - 'public/**'
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM sijinhui/chatgpt-next-web:buildcache as deps
|
||||
FROM sijinhui/chatgpt-next-web:buildcache AS deps
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
@ -250,8 +250,8 @@ function _MarkDownContent(props: { content: string }) {
|
||||
],
|
||||
]}
|
||||
components={{
|
||||
pre: PreCode,
|
||||
code: CustomCode,
|
||||
pre: PreCode as any,
|
||||
code: CustomCode as any,
|
||||
p: (pProps) => <p {...pProps} dir="auto" />,
|
||||
a: (aProps) => {
|
||||
const href = aProps.href || "";
|
||||
|
Loading…
Reference in New Issue
Block a user