diff --git a/.github/workflows/cd-deploy-www-staging.yml b/.github/workflows/cd-deploy-www-staging.yml
index 975340509cb..00e15c90129 100644
--- a/.github/workflows/cd-deploy-www-staging.yml
+++ b/.github/workflows/cd-deploy-www-staging.yml
@@ -63,13 +63,13 @@ jobs:
name: ${{ env.ARTIFACT_NAME }}
path: ${{ env.AZURE_WEBAPP_DIST_PATH }}
- deploy_pr_to_staging:
+ download_artifact_for_staging:
if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed')
runs-on: ubuntu-latest
needs: build
steps:
- - name: Deploy PR
+ - name: Download Artifact
uses: actions/download-artifact@v2
with:
name: ${{ env.ARTIFACT_NAME }}
@@ -156,7 +156,7 @@ jobs:
notify:
runs-on: ubuntu-latest
- needs: deploy_to_staging
+ needs: [download_artifact_for_staging, deploy_active_region, deploy_passive_region]
steps:
- name: Notify on Discord
diff --git a/sites/fast-website/src/public/header.ejs b/sites/fast-website/src/public/header.ejs
index 860367be6c0..cf40382fd14 100644
--- a/sites/fast-website/src/public/header.ejs
+++ b/sites/fast-website/src/public/header.ejs
@@ -11,7 +11,6 @@
<%= require("svg/icon-brand.svg") %> <%=
require("svg/icon-brand-fast.svg") %>
- Components
Documentation
Community