Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

部署后页面内容严重丢失 #1856

Closed
Leexiaop opened this issue Aug 25, 2023 · 1 comment
Closed

部署后页面内容严重丢失 #1856

Leexiaop opened this issue Aug 25, 2023 · 1 comment
Labels
invalid This doesn't seem right

Comments

@Leexiaop
Copy link

Question

dumi 1.1.0版本 site模式 部署完成后页面展示不全
image
只留下了一段文字,而docs/index.md中title部分的内容并没有显示

Sample Code

name: badger-ui

on:
push:
branches:
- main # default branch

jobs:
deploy:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- run: npm install
- run: npm run build
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: './dist'

@Leexiaop Leexiaop added the question Further information is requested label Aug 25, 2023
@PeachScript
Copy link
Member

截图的链接查看源代码可以看出这不是 dumi 的产物,请自行检查 GitHub Pages 部署环节是否有误,比如 CI 流水线执行是否完成、分支是否正确、仓库是否正确等等

@PeachScript PeachScript closed this as not planned Won't fix, can't repro, duplicate, stale Aug 25, 2023
@PeachScript PeachScript added invalid This doesn't seem right and removed question Further information is requested labels Aug 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

2 participants