diff options
author | Jason Song <i@wolfogre.com> | 2023-05-06 04:07:20 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-05 20:07:20 +0000 |
commit | 8f314c679309e5a64928ef70443ddddaae6a803a (patch) | |
tree | 24ce0da5e3125bbe1e1837c14f3789ebdf3cfe90 /docs/static | |
parent | b8c19e7a11525da4174b6f80f87ff3e844d03d8a (diff) | |
download | gitea-8f314c679309e5a64928ef70443ddddaae6a803a.tar.gz gitea-8f314c679309e5a64928ef70443ddddaae6a803a.zip |
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 <me@silverwind.io>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Diffstat (limited to 'docs/static')
-rw-r--r-- | docs/static/images/usage/actions/enable-actions.png | bin | 0 -> 59373 bytes |
-rw-r--r-- | docs/static/images/usage/actions/labels.png | bin | 0 -> 108957 bytes |
-rw-r--r-- | docs/static/images/usage/actions/network.png | bin | 0 -> 150028 bytes |
-rw-r--r-- | docs/static/images/usage/actions/register-runner.png | bin | 0 -> 161223 bytes |
-rw-r--r-- | docs/static/images/usage/actions/view-job.png | bin | 0 -> 534917 bytes |
-rw-r--r-- | docs/static/images/usage/actions/view-runner.png | bin | 0 -> 141813 bytes |
6 files changed, 0 insertions, 0 deletions
diff --git a/docs/static/images/usage/actions/enable-actions.png b/docs/static/images/usage/actions/enable-actions.png Binary files differnew file mode 100644 index 0000000000..8e38bd9a8d --- /dev/null +++ b/docs/static/images/usage/actions/enable-actions.png diff --git a/docs/static/images/usage/actions/labels.png b/docs/static/images/usage/actions/labels.png Binary files differnew file mode 100644 index 0000000000..d6e847950b --- /dev/null +++ b/docs/static/images/usage/actions/labels.png diff --git a/docs/static/images/usage/actions/network.png b/docs/static/images/usage/actions/network.png Binary files differnew file mode 100644 index 0000000000..afaa5ddd3d --- /dev/null +++ b/docs/static/images/usage/actions/network.png diff --git a/docs/static/images/usage/actions/register-runner.png b/docs/static/images/usage/actions/register-runner.png Binary files differnew file mode 100644 index 0000000000..a260e44f48 --- /dev/null +++ b/docs/static/images/usage/actions/register-runner.png diff --git a/docs/static/images/usage/actions/view-job.png b/docs/static/images/usage/actions/view-job.png Binary files differnew file mode 100644 index 0000000000..493869969b --- /dev/null +++ b/docs/static/images/usage/actions/view-job.png diff --git a/docs/static/images/usage/actions/view-runner.png b/docs/static/images/usage/actions/view-runner.png Binary files differnew file mode 100644 index 0000000000..f25d2643f7 --- /dev/null +++ b/docs/static/images/usage/actions/view-runner.png |