From d081e2ecd3591958abf7f9b5e63f65677a8297bf Mon Sep 17 00:00:00 2001
From: Anas DORBANI <95044293+dorbanianas@users.noreply.github.com>
Date: Sat, 7 Dec 2024 00:10:24 +0100
Subject: [PATCH] Fix typo and add paths ignore to main distribution pipeline
(#86)
---
.github/workflows/MainDistributionPipeline.yml | 4 ++++
.github/workflows/WebsiteDeploy.yaml | 2 +-
docs/src/components/hero/Hero.tsx | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/MainDistributionPipeline.yml b/.github/workflows/MainDistributionPipeline.yml
index 8ab46bac..1dbcd4fd 100644
--- a/.github/workflows/MainDistributionPipeline.yml
+++ b/.github/workflows/MainDistributionPipeline.yml
@@ -6,6 +6,10 @@ on:
push:
branches:
- main
+ paths-ignore:
+ - .github/**
+ - docs/**
+ - scripts/**
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref || '' }}-${{ github.base_ref || '' }}-${{ github.ref != 'refs/heads/main' || github.sha }}
diff --git a/.github/workflows/WebsiteDeploy.yaml b/.github/workflows/WebsiteDeploy.yaml
index bca5a144..becd0601 100644
--- a/.github/workflows/WebsiteDeploy.yaml
+++ b/.github/workflows/WebsiteDeploy.yaml
@@ -1,4 +1,4 @@
-name: Deploy to GitHub Pages
+name: Website Deploy to GitHub Pages
on:
push:
diff --git a/docs/src/components/hero/Hero.tsx b/docs/src/components/hero/Hero.tsx
index 832361c8..95d2b827 100644
--- a/docs/src/components/hero/Hero.tsx
+++ b/docs/src/components/hero/Hero.tsx
@@ -17,7 +17,7 @@ const Hero: React.FC = () => {
FlockMTL