update docs
All checks were successful
ci/woodpecker/push/publish-docs Pipeline was successful

This commit is contained in:
2024-11-20 00:00:14 -06:00
parent d120c2ca8f
commit 2daf2f130d
2 changed files with 8 additions and 12 deletions

View File

@ -5,10 +5,6 @@ steps:
- git submodule foreach 'git fetch origin; git checkout $(git describe --tags `git rev-list --tags --max-count=1`);'
- cd docs
- hugo
when:
- event: push
branch: master
path: "docs/*"
deploy:
image: codingkoopa/git-rsync-openssh
@ -27,7 +23,7 @@ steps:
- rsync -atv --delete --progress vangen/ backy@backy.cybershell.xyz:vangen-go
secrets: [ ssh_host_key, ssh_deploy_key, ssh_passphrase ]
when:
- event: push
branch: master
path: "docs/*"
# when:
# - event: push
# branch: master
# path: "docs/*"