Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
HCC docs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Holland Computing Center
HCC docs
Merge requests
!255
Make the facilities document use Times New Roman, for NSF reasons
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Make the facilities document use Times New Roman, for NSF reasons
comicpapyrus
into
master
Overview
2
Commits
1
Pipelines
0
Changes
2
Merged
John Thiltges
requested to merge
comicpapyrus
into
master
4 years ago
Overview
2
Commits
1
Pipelines
0
Changes
2
Expand
Requested by Derek in FD 28042
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
aa7aa806
1 commit,
4 years ago
2 files
+
15
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
.gitlab-ci.yml
+
1
−
1
Options
@@ -34,6 +34,6 @@ deploy:
-
curl -L -o - ${HUGO_TARBALL} | tar -zx -C ${HUGOTMP}
-
curl -L https://raw.githubusercontent.com/unlhcc/singularity-dockerfiles/master/IMAGELIST.md > static/markdown/singularity-images.md
-
${HUGOTMP}/hugo --ignoreCache -b ${BASE_URL} -v
-
pandoc
-s content/facilities.md -o public/facilities.docx
-
./
pandoc
-build.sh
-
rsync -avz --delete public/ $DEPLOY_ROOT
-
rm -rf ${HUGOTMP}
Loading