diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fcc00ea44b817c93d81da49037c4121b5ef7aaba..31521c1264259f8f6660b1632d4d304825647a31 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -18,7 +18,7 @@ test:
   before_script:
     - curl -L -o - ${HUGO_TARBALL} | tar -zxv -C /usr/local/bin
   script:
-    - hugo --ignoreCache -v
+    - hugo -v
 
 deploy:
   stage: deploy
@@ -30,6 +30,6 @@ deploy:
   tags:
     - docs-test
   script:
-    - hugo --ignoreCache -b ${BASE_URL} -v
+    - hugo -b ${BASE_URL} -v
     - pandoc -s content/facilities.md -o public/facilities.docx
     - rsync -avz --delete public/ $DEPLOY_ROOT
diff --git a/content/guides/handling_data/globus_connect/_index.md b/content/guides/handling_data/globus_connect/_index.md
index c65741954461faad945ce0f03e97389a439e4103..3047ae1fed8644052bb16c7cc5b6e659f44249a1 100644
--- a/content/guides/handling_data/globus_connect/_index.md
+++ b/content/guides/handling_data/globus_connect/_index.md
@@ -50,9 +50,6 @@ are detailed in the following links.  Please contact us at <a href="mailto:hcc-s
 
 - [Log into Globus](https://www.globus.org/SignUp) (do this first!)
 
-- [Linking Accounts for Single
-Sign-On]({{< relref "linking_accounts_for_single_sign_on" >}})
-
 - [Activating HCC
 Endpoints]({{< relref "activating_hcc_cluster_endpoints" >}})
 
diff --git a/content/guides/handling_data/globus_connect/linking_accounts_for_single_sign_on.md b/content/guides/handling_data/globus_connect/linking_accounts_for_single_sign_on.md
deleted file mode 100644
index d7a4155be51430b36be9871bb3021b7442712937..0000000000000000000000000000000000000000
--- a/content/guides/handling_data/globus_connect/linking_accounts_for_single_sign_on.md
+++ /dev/null
@@ -1,37 +0,0 @@
-+++
-title = "Linking Accounts for Single Sign-On"
-description = "How to link Globus accounts for single sign-on using institutional credentials"
-weight = 10
-+++
-
-If you've chosen to create a Globus ID, you can link it to your NU campus credentials and thereafter use only your InCommon/CILogon campus credentials to log in to Globus (giving you one less account to keep track of).  These directions are taylored for UNL personnel but will generally work for anyone affiliated with an institution that supports InCommon/CILogon.  Simply select the appropriate institution from the drop-down menu when prompted.
-
-1.  If you wish to have a Globus ID linked to your campus ID, you must [create one](https://www.globus.org/SignUp) first, if you have not already.  Next, [sign into Globus](https://www.globus.org/SignIn) using your Globus ID.
-
-2.  Select 'Account' from the left-sidebar menu.
-{{< figure src="/images/accountButton.png" >}}
-
-3.  Click on 'Link Another Identity'.    
-{{< figure src="/images/LinkIdentity.png" >}}
-
-4.  On the next screen, select 'University of Nebraska-Lincoln' as the identity provider, and then select 'Continue'.
-{{< figure src="/images/SelectUNL.png">}}
-
-5.  You will be redirected to a My.UNL login page.  Enter your NU campus credentials and click 'LOG IN'.
-{{< figure src="/images/UNLogin.png" >}}
-
-6.  Finally, you will be directed back to your Globus account home page, and you should see your NU identity added to the list.
-
----
-From now on you can log in to Globus with just your NU campus
-credentials.  To log in, do the following:
-
-1.  Go to the Globus [sign-in page](https://www.globus.org/signin).
-
-2.  Select the University of Nebraska-Lincoln from the list of institutions.  Then click 'Continue'.
-{{< figure src="/images/Continue.png" >}}    
-
-3.  You will be redirected to the My.UNL login page.  Enter your NU campus credentials and then 'LOG IN'.  (You might instead be directed to your Globus account - essentially skipping this step - if you have recently entered your campus credentials to log on to Globus). 
-
- 
-