Zettat123
9336286e35
Improve actions docs related to `pull_request` event ( #27126 )
...
Related to #27039
The `ref` property in Gitea Actions is different from GitHub Actions.
This PR improves the documentation to explain the difference.
1 year ago
Lunny Xiao
476b9d1589
Use docs.gitea.com instead of docs.gitea.io ( #26739 )
2 years ago
John Olheiser
bd4c7ce578
Docusaurus-ify ( #26051 )
...
This PR cleans up the docs in a way to make them simpler to ingest by
our [docs repo](https://gitea.com/gitea/gitea-docusaurus ).
1. It includes all of the sed invocations our ingestion did, removing
the need to do it at build time.
2. It replaces the shortcode variable replacement method with
`@variable@` style, simply for easier sed invocations when required.
3. It removes unused files and moves the docs up a level as cleanup.
---------
Signed-off-by: jolheiser <john.olheiser@gmail.com>
2 years ago
Zettat123
72b3af74be
Add documentation about supported workflow trigger events ( #25582 )
...
Right now Gitea doesn't support all [Events that trigger
workflows](https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows ).
This PR lists the supported events to help users write workflow files.
2 years ago
HesterG
cff4e37d43
Add Chinese documentations for Actions ( #24902 )
2 years ago
Lunny Xiao
9897baf979
Move actions as usage's subdirectory and update comparsion zh-cn version ( #24719 )
...
As title.
Co-authored-by: Giteabot <teabot@gitea.io>
2 years ago
Jason Song
8f314c6793
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>
2 years ago