Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
handbook
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Container Registry
Operate
Environments
Monitor
Service Desk
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
4
Snippets
Groups
Projects
Show more breadcrumbs
GitLab.com
Content Sites
handbook
Commits
df75dac2
Commit
df75dac2
authored
9 months ago
by
Evan Read
Committed by
Darby Frey
9 months ago
Browse files
Options
Downloads
Patches
Plain Diff
Clean up unneeded module versions by using hugo mod tidy
parent
37f0c12d
No related branches found
No related tags found
1 merge request
!6106
Clean up unneeded module versions by using hugo mod tidy
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+10
-5
10 additions, 5 deletions
.gitlab-ci.yml
.tool-versions
+4
-4
4 additions, 4 deletions
.tool-versions
go.sum
+0
-19
0 additions, 19 deletions
go.sum
with
14 additions
and
28 deletions
.gitlab-ci.yml
+
10
−
5
View file @
df75dac2
...
...
@@ -68,6 +68,11 @@ variables:
PAGES_PREFIX
:
"
"
### TOOLING ###
# Specify versions of tools used in pipelines
HUGO_VERSION
:
'
0.124.1'
MARKDOWNLINT_VERSION
:
'
0.13.0'
.default-branch
:
&default-branch
if
:
$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $BUILD_AND_TEST_ONLY != "true"
...
...
@@ -90,7 +95,7 @@ variables:
###################################
build
:
image
:
registry.gitlab.com/pages/hugo/hugo_extended:
0.123.7
image
:
registry.gitlab.com/pages/hugo/hugo_extended:
${HUGO_VERSION}
stage
:
build
script
:
-
echo -e "\e[0Ksection_start:`date +%s`:group1\r\e[0KGroup 1"
...
...
@@ -124,7 +129,7 @@ build:
variables
:
PAGES_PREFIX
:
'
mr$CI_MERGE_REQUEST_IID'
ENVIRONMENT
:
'
mr$CI_MERGE_REQUEST_IID'
HUGO_BASEURL
:
"
${CI_PAGES_URL}/${PAGES_PREFIX}"
HUGO_BASEURL
:
"
${CI_PAGES_URL}/${PAGES_PREFIX}"
###################################
#
...
...
@@ -146,9 +151,9 @@ pages:
path_prefix
:
"
$PAGES_PREFIX"
artifacts
:
paths
:
-
public
-
public
script
:
-
echo "Pages accessible through ${CI_PAGES_URL}/${PAGES_PREFIX}"
-
echo "Pages accessible through ${CI_PAGES_URL}/${PAGES_PREFIX}"
rules
:
-
<<
:
*default-branch
-
<<
:
*scheduled-pipeline
...
...
@@ -167,7 +172,7 @@ pages:
markdownlint
:
image
:
name
:
davidanson/markdownlint-cli2:v
0.12.1
name
:
davidanson/markdownlint-cli2:v
${MARKDOWNLINT_VERSION}
entrypoint
:
[
"
/bin/sh"
,
"
-c"
]
docker
:
user
:
root
...
...
This diff is collapsed.
Click to expand it.
.tool-versions
+
4
−
4
View file @
df75dac2
hugo extended_0.12
3.7
nodejs 20.1
1
.1
golang 1.
19.9
vale 3.
3.1
hugo extended_0.12
4.1
nodejs 20.1
3
.1
golang 1.
22.3
vale 3.
4.2
This diff is collapsed.
Click to expand it.
go.sum
+
0
−
19
View file @
df75dac2
github.com/FortAwesome/Font-Awesome
v0.0.0-20230327165841-0698449d50f2/go.mod h1:
IUgezN/MFpCDIlFezw3L8j83oeiIuYoj28Miwr/KUYo=
github.com/FortAwesome/Font-Awesome
v0.0.0-20240108205627-a1232e345536 h1:
LFS9LpoSZYhxQ6clU0NIVbaGR08BlxAs4b+9W+7IGVQ=
github.com/FortAwesome/Font-Awesome
v0.0.0-20240108205627-a1232e345536/go.mod h1:
IUgezN/MFpCDIlFezw3L8j83oeiIuYoj28Miwr/KUYo=
github.com/google/docsy
v0.9.1 h1:
+jqges1YCd+yHeuZ1BUvD8V8mEGVtPxULg5j/vaJ984=
...
...
@@ -6,23 +5,5 @@ github.com/google/docsy v0.9.1/go.mod h1:saOqKEUOn07Bc0orM/JdIF3VkOanHta9LU5Y53b
github.com/google/docsy/dependencies
v0.7.2 h1:
+t5ufoADQAj4XneFphz4A+UU0ICAxmNaRHVWtMYXPSI=
github.com/google/docsy/dependencies
v0.7.2/go.mod h1:
gihhs5gmgeO+wuoay4FwOzob+jYJVyQbNaQOh788lD4=
github.com/twbs/bootstrap
v5.2.3+incompatible/go.mod h1:
fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0=
gitlab.com/gitlab-com/content-sites/docsy-gitlab
v0.3.14 h1:
iynu4nSkGM3+l4zl6ohQ0RoYNzFswq2JNouKR0pGoqI=
gitlab.com/gitlab-com/content-sites/docsy-gitlab
v0.3.14/go.mod h1:
HlTbTwpFkWbQSCjCUanbNXRx3MmQD0MOkBVc0L0TeS0=
gitlab.com/gitlab-com/content-sites/docsy-gitlab
v0.3.15 h1:
kars3M/P6EsRU4A0MWnDqAh1U0Vw0IQCablSgwwxIus=
gitlab.com/gitlab-com/content-sites/docsy-gitlab
v0.3.15/go.mod h1:
HlTbTwpFkWbQSCjCUanbNXRx3MmQD0MOkBVc0L0TeS0=
gitlab.com/gitlab-com/content-sites/docsy-gitlab
v0.3.16 h1:
MTM1lcidj742fU4iyOpWp2sjWo4akQQSumzwO3klzyQ=
gitlab.com/gitlab-com/content-sites/docsy-gitlab
v0.3.16/go.mod h1:
HlTbTwpFkWbQSCjCUanbNXRx3MmQD0MOkBVc0L0TeS0=
gitlab.com/gitlab-com/content-sites/docsy-gitlab
v0.3.17 h1:
XKC8o+bPcCJd2SnIj6eqj/y1rvtoqYBGyEKA6P+BhzI=
gitlab.com/gitlab-com/content-sites/docsy-gitlab
v0.3.17/go.mod h1:
HlTbTwpFkWbQSCjCUanbNXRx3MmQD0MOkBVc0L0TeS0=
gitlab.com/gitlab-com/content-sites/docsy-gitlab
v0.3.18 h1:
dqCYv3xvWunBytdxOwtFipypbh6LNSrvD2oEsz3j2A0=
gitlab.com/gitlab-com/content-sites/docsy-gitlab
v0.3.18/go.mod h1:
HlTbTwpFkWbQSCjCUanbNXRx3MmQD0MOkBVc0L0TeS0=
gitlab.com/gitlab-com/content-sites/docsy-gitlab
v0.3.19 h1:
WdX/uJtlrAcEstlR39zQrq64ZFHN+G+zdeA1KFkQoi4=
gitlab.com/gitlab-com/content-sites/docsy-gitlab
v0.3.19/go.mod h1:
HlTbTwpFkWbQSCjCUanbNXRx3MmQD0MOkBVc0L0TeS0=
gitlab.com/gitlab-com/content-sites/docsy-gitlab
v0.3.20 h1:
9/VlTQsvLCCrClVXKsNxovDnvw+FSWg8cun192zau68=
gitlab.com/gitlab-com/content-sites/docsy-gitlab
v0.3.20/go.mod h1:
HlTbTwpFkWbQSCjCUanbNXRx3MmQD0MOkBVc0L0TeS0=
gitlab.com/gitlab-com/content-sites/docsy-gitlab
v0.3.21 h1:
420UygE0+ZwMLb4Fz3CVf50kfogj+FfUEye6EzJBMbs=
gitlab.com/gitlab-com/content-sites/docsy-gitlab
v0.3.21/go.mod h1:
HlTbTwpFkWbQSCjCUanbNXRx3MmQD0MOkBVc0L0TeS0=
gitlab.com/gitlab-com/content-sites/docsy-gitlab
v0.3.24 h1:
8quvj4fRZaMkgBn+dzwonrATnS9XKsrsCWs+BpFQkkU=
gitlab.com/gitlab-com/content-sites/docsy-gitlab
v0.3.24/go.mod h1:
HlTbTwpFkWbQSCjCUanbNXRx3MmQD0MOkBVc0L0TeS0=
gitlab.com/gitlab-com/content-sites/docsy-gitlab
v0.3.25 h1:
1EhrlApLNfnTB6xtV61BoHV0SFSF9yt++mac5chbMxI=
gitlab.com/gitlab-com/content-sites/docsy-gitlab
v0.3.25/go.mod h1:
HlTbTwpFkWbQSCjCUanbNXRx3MmQD0MOkBVc0L0TeS0=
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