From 2daf2f130dd5047142b184e155fa7c5397f8afd6 Mon Sep 17 00:00:00 2001 From: Andrew Woodlee Date: Wed, 20 Nov 2024 00:00:14 -0600 Subject: [PATCH] update docs --- .woodpecker/publish-docs.yml | 12 ++++-------- docs/content/config/_index.md | 8 ++++---- 2 files changed, 8 insertions(+), 12 deletions(-) diff --git a/.woodpecker/publish-docs.yml b/.woodpecker/publish-docs.yml index 1a8af94..603c2a3 100644 --- a/.woodpecker/publish-docs.yml +++ b/.woodpecker/publish-docs.yml @@ -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/*" \ No newline at end of file + # when: + # - event: push + # branch: master + # path: "docs/*" \ No newline at end of file diff --git a/docs/content/config/_index.md b/docs/content/config/_index.md index 1909fbb..01750d4 100644 --- a/docs/content/config/_index.md +++ b/docs/content/config/_index.md @@ -12,10 +12,10 @@ To use a specific file: If you leave the config path blank, the following paths will be searched in order: -- `./backy.yml` -- `./backy.yaml` -- `~/.config/backy.yml` -- `~/.config/backy.yaml` +1. `./backy.yml` +2. `./backy.yaml` +3. `~/.config/backy.yml` +4. `~/.config/backy.yaml` Create a file at `~/.config/backy.yml`.