Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump DavidAnson/markdownlint-cli2-action from 16 to 17 #608

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: actions/checkout@v4

- name: Lint - Markdown
uses: DavidAnson/markdownlint-cli2-action@v16
uses: DavidAnson/markdownlint-cli2-action@v17
with:
config: ".markdownlint.jsonc"
globs: "**/*.md"
Expand Down
1 change: 1 addition & 0 deletions docusaurus/docs/guides/cronjobs/automatic-updates.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ already use the needed policy
| AUTO_UPDATE_CRON_EXPRESSION | Setting affects frequency of automatic updates. | 0 \* \* \* \* | Needs a Cron-Expression - See [Configuring Automatic Backups with Cron](https://palworld-server-docker.loef.dev/guides/backup/automated-backup) |
| AUTO_UPDATE_ENABLED | Enables automatic updates | false | true/false |
| AUTO_UPDATE_WARN_MINUTES | How long to wait to update the server, after the player were informed. (This will be ignored, if no Players are connected) | 30 | !0 |

:::tip
This image uses Supercronic for crons
see [supercronic](https://github.com/aptible/supercronic#crontab-format)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Der Beispiel-Docker-Befehl und die Docker-Compose-Datei in
| AUTO_UPDATE_CRON_EXPRESSION | Einstellung beeinflusst die Häufigkeit automatischer Updates. | 0 \* \* \* \* | Erfordert einen Cron-Ausdruck - Siehe [Konfiguration automatischer Backups mit Cron](https://palworld-server-docker.loef.dev/de/guides/backup/automated-backup) |
| AUTO_UPDATE_ENABLED | Aktiviert automatische Updates | false | true/false |
| AUTO_UPDATE_WARN_MINUTES | Wie lange gewartet werden soll, bis der Server nach dem Informieren der Spieler aktualisiert wird. (Dies wird ignoriert, wenn keine Spieler verbunden sind) | 30 | !0 |

:::tip
Dieses Image verwendet Supercronic für Cron-Jobs.
Siehe [Supercronic](https://github.com/aptible/supercronic#crontab-format)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ sidebar_position: 5
| AUTO_UPDATE_CRON_EXPRESSION | 设置影响自动更新的频率。 | 0 \* \* \* \* | 需要 Cron 表达式 - 请参见[使用 Cron 配置自动备份](https://palworld-server-docker.loef.dev/zh/guides/backup/automated-backup/) |
| AUTO_UPDATE_ENABLED | 启用自动更新 | false | true/false |
| AUTO_UPDATE_WARN_MINUTES | 在通知玩家后等待多长时间更新服务器(如果没有玩家连接,将忽略此设置) | 30 | !0 |

:::tip
这个镜像使用 Supercronic 来执行 cron 任务。
查阅 [supercronic](https://github.com/aptible/supercronic#crontab-format)
Expand Down
Loading