From 8f314c679309e5a64928ef70443ddddaae6a803a Mon Sep 17 00:00:00 2001 From: Jason Song Date: Sat, 6 May 2023 04:07:20 +0800 Subject: Docs for Gitea Actions (#24405) A new documentation section for Gitea Actions. Some content comes from: - [Hacking on Gitea Actions](https://blog.gitea.io/2023/03/hacking-on-gitea-actions/) - The README of [act_runner](https://gitea.com/gitea/act_runner) - @ChristopherHX's excellent overview of the differences between Gitea Actions and GitHub Actions in [this comment](https://github.com/go-gitea/gitea/issues/13539#issuecomment-1448888850). --------- Co-authored-by: silverwind Co-authored-by: techknowlogick --- docs/static/images/usage/actions/enable-actions.png | Bin 0 -> 59373 bytes docs/static/images/usage/actions/labels.png | Bin 0 -> 108957 bytes docs/static/images/usage/actions/network.png | Bin 0 -> 150028 bytes docs/static/images/usage/actions/register-runner.png | Bin 0 -> 161223 bytes docs/static/images/usage/actions/view-job.png | Bin 0 -> 534917 bytes docs/static/images/usage/actions/view-runner.png | Bin 0 -> 141813 bytes 6 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 docs/static/images/usage/actions/enable-actions.png create mode 100644 docs/static/images/usage/actions/labels.png create mode 100644 docs/static/images/usage/actions/network.png create mode 100644 docs/static/images/usage/actions/register-runner.png create mode 100644 docs/static/images/usage/actions/view-job.png create mode 100644 docs/static/images/usage/actions/view-runner.png (limited to 'docs/static') diff --git a/docs/static/images/usage/actions/enable-actions.png b/docs/static/images/usage/actions/enable-actions.png new file mode 100644 index 0000000000..8e38bd9a8d Binary files /dev/null and b/docs/static/images/usage/actions/enable-actions.png differ diff --git a/docs/static/images/usage/actions/labels.png b/docs/static/images/usage/actions/labels.png new file mode 100644 index 0000000000..d6e847950b Binary files /dev/null and b/docs/static/images/usage/actions/labels.png differ diff --git a/docs/static/images/usage/actions/network.png b/docs/static/images/usage/actions/network.png new file mode 100644 index 0000000000..afaa5ddd3d Binary files /dev/null and b/docs/static/images/usage/actions/network.png differ diff --git a/docs/static/images/usage/actions/register-runner.png b/docs/static/images/usage/actions/register-runner.png new file mode 100644 index 0000000000..a260e44f48 Binary files /dev/null and b/docs/static/images/usage/actions/register-runner.png differ diff --git a/docs/static/images/usage/actions/view-job.png b/docs/static/images/usage/actions/view-job.png new file mode 100644 index 0000000000..493869969b Binary files /dev/null and b/docs/static/images/usage/actions/view-job.png differ diff --git a/docs/static/images/usage/actions/view-runner.png b/docs/static/images/usage/actions/view-runner.png new file mode 100644 index 0000000000..f25d2643f7 Binary files /dev/null and b/docs/static/images/usage/actions/view-runner.png differ -- cgit v1.2.3