Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MACAO Hugo
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MACAO
MACAO Hugo
Commits
d5e8d573
Commit
d5e8d573
authored
Jul 3, 2024
by
Eliott Sammier
Browse files
Options
Downloads
Plain Diff
Merge branch '2-gitlab-deploy'
parents
eec84560
5d1bcdd3
No related branches found
No related tags found
No related merge requests found
Pipeline
#1951
failed
Jul 3, 2024
Stage: test
Stage: deploy
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+26
-0
26 additions, 0 deletions
.gitlab-ci.yml
.gitmodules
+0
-3
0 additions, 3 deletions
.gitmodules
macao/themes/hugo-pure
+0
-1
0 additions, 1 deletion
macao/themes/hugo-pure
with
26 additions
and
4 deletions
.gitlab-ci.yml
0 → 100644
+
26
−
0
View file @
d5e8d573
# From template at https://gitlab.com/pages/hugo
default
:
image
:
"
${CI_TEMPLATE_REGISTRY_HOST}/pages/hugo/hugo_extended:0.128.1"
variables
:
GIT_SUBMODULE_STRATEGY
:
recursive
# include Hugo themes
HUGO_ENV
:
production
test
:
script
:
-
cd macao
-
hugo
rules
:
-
if
:
$CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH
pages
:
script
:
-
cd macao
-
hugo
artifacts
:
paths
:
-
public
rules
:
-
if
:
$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
environment
:
production
This diff is collapsed.
Click to expand it.
.gitmodules
+
0
−
3
View file @
d5e8d573
[submodule "macao/themes/hugo-pure"]
path = macao/themes/hugo-pure
url = https://github.com/undus5/hugo-pure
[submodule "macao/themes/hugo-book"]
path = macao/themes/hugo-book
url = https://github.com/alex-shpak/hugo-book
This diff is collapsed.
Click to expand it.
hugo-pure
@
7a5828ac
Compare
7a5828ac
...
7a5828ac
Subproject commit 7a5828acd1571a44726b54665de19b3828cd3916
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment