update readme
This commit is contained in:
parent
699461c090
commit
e5f6585ab1
1 changed files with 7 additions and 8 deletions
15
README.md
15
README.md
|
@ -1,15 +1,13 @@
|
||||||
# actions/pages
|
# actions/pages
|
||||||
|
|
||||||
GitHub/Gitea action to deploy a static webpage, similar to GitLab actions.
|
GitHub/Gitea action to deploy a static webpage, similar to GitLab actions
|
||||||
|
(which Gitea has not implented as of October 2023).
|
||||||
|
|
||||||
Since Gitea (as of October 2023) does not have an integrated pages feature,
|
With default configuration, on [git.abstractnonsen.se](https://git.abstractnonsen.se),
|
||||||
this assumes that you have access to
|
this is used as an action to deploy pipeline artifacts to
|
||||||
- a webserver that can serve your files via https
|
`pages.abstractnonsen.se/<owner>/<repository>/`.
|
||||||
- the ability to add ssh-keys to that server used
|
|
||||||
- a suitable webroot on your server where that the ci deploys to
|
|
||||||
and prepared your server accordingly.
|
|
||||||
|
|
||||||
See [abstractnonsense/pages](https://git.abstractnonsense.se/abstractnonsense)
|
See [abstractnonsense/pages](https://git.abstractnonsen.se/abstractnonsense)
|
||||||
for scripts and detailed explanations on how to set up the webserver part
|
for scripts and detailed explanations on how to set up the webserver part
|
||||||
that you need for this action to work.
|
that you need for this action to work.
|
||||||
|
|
||||||
|
@ -30,6 +28,7 @@ Regarding access to the server (defaults in parantheses):
|
||||||
- `index-title` (name of repository): Header and title of the generated `index.html`.
|
- `index-title` (name of repository): Header and title of the generated `index.html`.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Example
|
## Example
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue