Browse Source

fix: explicit hugo config path

master
Wang Yang 6 hours ago
parent
commit
0518a9a054
  1. 5
      .drone.yml

5
.drone.yml

@ -6,10 +6,7 @@ steps:
- name: build - name: build
image: klakegg/hugo:latest image: klakegg/hugo:latest
commands: commands:
- pwd # 查看当前目录 - hugo --config hugo.toml --minify --baseURL https://www.eryang.wang/
- ls -la # 查看文件列表
- cat hugo.toml # 确认文件存在
- hugo --minify --baseURL https://www.eryang.wang/
- name: deploy - name: deploy
image: appleboy/drone-scp image: appleboy/drone-scp

Loading…
Cancel
Save