mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2026-03-19 04:03:47 +00:00
fix: GitHub Pages 默认使用 Jekyll 处理站点文件,而 Jekyll 会忽略所有以下划线开头的文件和目录
This commit is contained in:
parent
06a6068c47
commit
bada79e519
3
.github/workflows/pages.yml
vendored
3
.github/workflows/pages.yml
vendored
@ -41,6 +41,9 @@ jobs:
|
||||
- name: move to dist
|
||||
run: mv docs/.vitepress/dist/* dist/docs && mv playground/dist/* dist/playground
|
||||
|
||||
- name: Bypass Jekyll on GitHub Pages
|
||||
run: touch dist/.nojekyll
|
||||
|
||||
- name: Deploy to GitHub Pages
|
||||
uses: crazy-max/ghaction-github-pages@v2
|
||||
with:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user