Skip to content
Snippets Groups Projects
Commit 2b58d816 authored by Maria Petrova-El Sayed's avatar Maria Petrova-El Sayed
Browse files

Update README.md

parent c9a104df
No related branches found
No related tags found
No related merge requests found
Pipeline #72032 passed
...@@ -2,43 +2,27 @@ ...@@ -2,43 +2,27 @@
--- ---
Example plain HTML site using GitLab Pages. This serves as a plain HTML site to enable an easy access to Project relevant URLs.
Learn more about GitLab Pages at https://pages.gitlab.io and the official The werb page lives on:
documentation https://docs.gitlab.com/ce/user/project/pages/. https://petrova1.pages.jsc.fz-juelich.de/quick-access-links
--- ---
**To upload a new content**, just go to the folder "public" and upload there the new HTML file. Make sure to keep the same name as the original one.
Congatulations, it works :)
---
## For developers:
<!-- START doctoc generated TOC please keep comment here to allow auto update --> <!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)* **Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*
- [GitLab CI](#gitlab-ci)
- [GitLab User or Group Pages](#gitlab-user-or-group-pages)
- [Did you fork this project?](#did-you-fork-this-project) - [Did you fork this project?](#did-you-fork-this-project)
- [Troubleshooting](#troubleshooting) - [Troubleshooting](#troubleshooting)
<!-- END doctoc generated TOC please keep comment here to allow auto update --> <!-- END doctoc generated TOC please keep comment here to allow auto update -->
## GitLab CI
This project's static Pages are built by [GitLab CI][ci], following the steps
defined in [`.gitlab-ci.yml`](.gitlab-ci.yml):
```
image: alpine:latest
pages:
stage: deploy
script:
- echo 'Nothing to do...'
artifacts:
paths:
- public
only:
- master
```
The above example expects to put all your HTML files in the `public/` directory. The above example expects to put all your HTML files in the `public/` directory.
## GitLab User or Group Pages ## GitLab User or Group Pages
...@@ -50,12 +34,6 @@ project's **Settings**. ...@@ -50,12 +34,6 @@ project's **Settings**.
Read more about [user/group Pages][userpages] and [project Pages][projpages]. Read more about [user/group Pages][userpages] and [project Pages][projpages].
## Did you fork this project?
If you forked this project for your own use, please go to your project's
**Settings** and remove the forking relationship, which won't be necessary
unless you want to contribute back to the upstream project.
## Troubleshooting ## Troubleshooting
1. CSS is missing! That means that you have wrongly set up the CSS URL in your 1. CSS is missing! That means that you have wrongly set up the CSS URL in your
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment