Browse Source

debug: check working directory

master
Wang Yang 5 hours ago
parent
commit
5e388b212c
  1. 3
      .drone.yml

3
.drone.yml

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

Loading…
Cancel
Save