diff --git a/.github/workflows/publish_ghcr.yml b/.github/workflows/publish_ghcr.yml index 3f5b3e3..fb4a7bc 100644 --- a/.github/workflows/publish_ghcr.yml +++ b/.github/workflows/publish_ghcr.yml @@ -4,6 +4,8 @@ on: push: branches: - main + paths-ignore: + - 'docs/**' workflow_dispatch: jobs: diff --git a/.github/workflows/publish_maven.yml b/.github/workflows/publish_maven.yml index f610cbb..99fda9b 100644 --- a/.github/workflows/publish_maven.yml +++ b/.github/workflows/publish_maven.yml @@ -4,6 +4,8 @@ on: push: branches: - main + paths-ignore: + - 'docs/**' workflow_dispatch: jobs: diff --git a/docs/docs/get-started.md b/docs/docs/get-started.md index b62e721..48f3958 100644 --- a/docs/docs/get-started.md +++ b/docs/docs/get-started.md @@ -7,7 +7,7 @@ Camelot is available as an image on GHCR, at [`ghcr.io/neoforged/camelot`](https Camelot stores its files in the `/home/camelot/` directory: - `.db` SQLite databases in `/home/camelot/data` - logs in `/home/camelot/bot_logs` -- static web server files in `/home/camelot/static` (only relevant if the web server module is enabled, as required by ban appeals or Minecraft ownership verification commands) +- static web server files in `/home/camelot/static` (only relevant if the web server module is enabled, as required by ban appeals or the Minecraft ownership verification command) It is recommended that you mount the entire `/home/camelot` directory as a volume. You **must** mount at least `/home/camelot/data` or you **will** experience data loss.