1
1
Fork 0
blog/.woodpecker.exo.yml
xtex d908dc87af
All checks were successful
ci/woodpecker/push/woodpecker.exo Pipeline was successful
Replace /srv/http/pages with /src/http
exozyme migration
2024-01-26 18:30:16 +08:00

9 lines
212 B
YAML

steps:
build:
image: bash
commands:
- hugo --enableGitInfo --minify
- git status
- cp -R public /srv/http/xtex1
- rm -rf /srv/http/xtex
- mv /srv/http/xtex1 /srv/http/xtex