Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Ahmad Haghighi
Docsy Example Gitlab
Commits
922cfbea
Commit
922cfbea
authored
4 years ago
by
Ahmad Haghighi
Browse files
Options
Download
Email Patches
Plain Diff
Add new file
parent
ab4277c4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
0 deletions
+23
-0
.gitlab-ci.yml
.gitlab-ci.yml
+23
-0
No files found.
.gitlab-ci.yml
0 → 100644
View file @
922cfbea
# This file is a template, and might need editing before it works on your project.
---
# All available Hugo versions are listed here:
# https://gitlab.com/pages/hugo/container_registry
image
:
registry.gitlab.com/pages/hugo:latest
variables
:
GIT_SUBMODULE_STRATEGY
:
recursive
test
:
script
:
-
hugo
except
:
-
master
pages
:
script
:
-
hugo
artifacts
:
paths
:
-
public
only
:
-
master
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
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