mirror of
https://github.com/3proxy/3proxy.git
synced 2026-08-26 09:55:48 +08:00
The wiki pages were copies of doc/html made by a script run by hand outside this repository, so the wiki drifted from master whenever that step was skipped. Copy them from a workflow instead, taking master as the source and committing only when a page actually changed. GitHub wikis cannot run Actions, so the workflow lives here and pushes to the wiki repository rather than the other way round. It runs on a push touching doc/html, and also after the documentation workflow finishes: that workflow commits with GITHUB_TOKEN, and GitHub does not raise push events for those commits, so a push trigger alone would never see regenerated HTML. |
||
|---|---|---|
| .. | ||
| build-rpm-arm64.yml | ||
| build-rpm-armhf.yml | ||
| build-rpm-x86-64.yml | ||
| build-watcom.yml | ||
| build-win32.yml | ||
| build-win64.yml | ||
| build-win-msys2-ucrt64.yml | ||
| build-winarm64.yml | ||
| c-cpp-cmake.yml | ||
| c-cpp-Linux.yml | ||
| c-cpp-MacOS.yml | ||
| c-cpp-Windows.yml | ||
| docker-test.yml | ||
| docker.yml | ||
| update-docs.yml | ||
| update-version.yml | ||
| update-wiki.yml | ||