We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
so I made a GitLab CI/Pages version.
https://gitlab.com/rjhancock/app-landing-page
The text was updated successfully, but these errors were encountered:
Good idea!
Sorry, something went wrong.
Any plan to support both here?
For reference, this is all the CI file is:
image: ruby:2.3 variables: JEKYLL_ENV: production LC_ALL: C.UTF-8 before_script: - bundle install test: stage: test script: - bundle exec jekyll build -d test artifacts: paths: - test except: - master pages: stage: deploy script: - bundle exec jekyll build -d public artifacts: paths: - public only: - master
No branches or pull requests
so I made a GitLab CI/Pages version.
https://gitlab.com/rjhancock/app-landing-page
The text was updated successfully, but these errors were encountered: