From c30ae2ac3e627a1c98959ee9acf17ba41985b4d6 Mon Sep 17 00:00:00 2001 From: Andrew Woodlee Date: Sat, 4 Jan 2025 00:35:32 -0600 Subject: [PATCH] docs and pipeline changes --- .woodpecker/publish-docs.yml | 4 +--- docs/content/cli/exec.md | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.woodpecker/publish-docs.yml b/.woodpecker/publish-docs.yml index 14655f3..ca20b78 100644 --- a/.woodpecker/publish-docs.yml +++ b/.woodpecker/publish-docs.yml @@ -25,6 +25,4 @@ steps: secrets: [ ssh_host_key, ssh_deploy_key, ssh_passphrase ] when: - - event: push - branch: master - path: "docs/*" \ No newline at end of file + - path: "docs/*" \ No newline at end of file diff --git a/docs/content/cli/exec.md b/docs/content/cli/exec.md index f70d4f9..7a6ccc6 100644 --- a/docs/content/cli/exec.md +++ b/docs/content/cli/exec.md @@ -2,7 +2,7 @@ title: Exec --- -The `exec` subcommand can do somethings that the configuration file can't do yet. The command `exec host` can execute commands on many hosts. +The `exec` subcommand can do some things that the configuration file can't do yet. The command `exec host` can execute commands on many hosts. `exec host` takes the following arguments: