Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gitlab support #182

Open
guicho271828 opened this issue Oct 29, 2019 · 3 comments
Open

Gitlab support #182

guicho271828 opened this issue Oct 29, 2019 · 3 comments

Comments

@guicho271828
Copy link
Contributor

if there is any demand.

@shukryzablah
Copy link
Contributor

@guicho271828 What did you have in mind for this? I currently use coleslaw for my gitlab pages site.

@shukryzablah
Copy link
Contributor

For anyone interested, this is the a very minimal example of a .gitlab-ci.yml that would allow you to get your coleslaw site hosted in Gitlab Pages.

image:
  name: fukamachi/sbcl:2.0.9-debian
  entrypoint: [""]

pages:
  script:
    - apt-get update
    - apt-get --yes install rsync
    - ros install coleslaw-cli
    - coleslaw stage
  artifacts:
    paths:
      - public

An example like this should be enough for someone to get up and running. It's different than github pages, so it doesn't really make sense to create a plugin for it.

@shukryzablah
Copy link
Contributor

I have mine here: https://gitlab.com/shukryzablah/shukryzablah.gitlab.io, shukryzablah.gitlab.io

Note, if you are not using the xxx.gitlab.io repo name, then you probably will have to tweak the .coleslawrc file to get the paths in the html working.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants