]> source.dussan.org Git - gitea.git/commit
Docs for Gitea Actions (#24405)
authorJason Song <i@wolfogre.com>
Fri, 5 May 2023 20:07:20 +0000 (04:07 +0800)
committerGitHub <noreply@github.com>
Fri, 5 May 2023 20:07:20 +0000 (20:07 +0000)
commit8f314c679309e5a64928ef70443ddddaae6a803a
tree24ce0da5e3125bbe1e1837c14f3789ebdf3cfe90
parentb8c19e7a11525da4174b6f80f87ff3e844d03d8a
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>
14 files changed:
docs/content/doc/actions.en-us.md [new file with mode: 0644]
docs/content/doc/actions/act-runner.en-us.md [new file with mode: 0644]
docs/content/doc/actions/comparison.en-us.md [new file with mode: 0644]
docs/content/doc/actions/design.en-us.md [new file with mode: 0644]
docs/content/doc/actions/faq.en-us.md [new file with mode: 0644]
docs/content/doc/actions/overview.en-us.md [new file with mode: 0644]
docs/content/doc/actions/quickstart.en-us.md [new file with mode: 0644]
docs/content/doc/usage/push.zh-tw.md
docs/static/images/usage/actions/enable-actions.png [new file with mode: 0644]
docs/static/images/usage/actions/labels.png [new file with mode: 0644]
docs/static/images/usage/actions/network.png [new file with mode: 0644]
docs/static/images/usage/actions/register-runner.png [new file with mode: 0644]
docs/static/images/usage/actions/view-job.png [new file with mode: 0644]
docs/static/images/usage/actions/view-runner.png [new file with mode: 0644]