Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
Conference Website
Commits
35ebdbbf
Verified
Commit
35ebdbbf
authored
Dec 25, 2020
by
Sven-Hendrik Haase
Browse files
Add .gitlab-ci.yml with GitLab Pages support
parent
689b5488
Pipeline
#4003
passed with stages
in 16 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
35ebdbbf
# All available Hugo versions are listed here: https://gitlab.com/pages/hugo/container_registry
image
:
registry.gitlab.com/pages/hugo:latest
test
:
script
:
-
hugo
except
:
-
master
pages
:
script
:
-
hugo
artifacts
:
paths
:
-
public
only
:
-
master
tags
:
-
secure
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment