Skip to content

Commit

Permalink
update notify and remove components for test
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdholt committed Feb 23, 2024
1 parent f5a6b2d commit bb10f0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cd-deploy-www-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion sites/fast-website/src/public/header.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
<%= require("svg/icon-brand.svg") %> <%=
require("svg/icon-brand-fast.svg") %>
</fast-anchor>
<site-navigation-item href="https://explore.fast.design">Components</site-navigation-item>
<site-navigation-item href="/docs/introduction">Documentation</site-navigation-item>
<site-navigation-item href="https://discord.gg/FcSNfg4">Community</site-navigation-item>
<fast-anchor
Expand Down

0 comments on commit bb10f0a

Please sign in to comment.