Replies: 2 comments 5 replies
|
js 文件是通过 hexo-theme-async-ts 里文件打包生成的 |
0 replies
|
下载源码后有打包一下ts文件吗 |
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
因为我想自己修改模板,所以是下载了主题,而不是npm下载

但通过私有库的deploy.yml推到io库,但我发现它把js文件夹以及里面的js文件没有生成,不知道为什么
下面是我的deploy.yml
name: Deploy Hexo to GitHub Pages
on:
push:
branches:
- main # 当推送到 main 分支时触发
paths: # 监测所有 source 和 themes 目录下的文件变动,所有 yml,json 后缀文件的变动。
- '*.json'
- '.yml'
- '/source/'
- '/themes/**'
jobs:
build:
runs-on: ubuntu-latest
All reactions