Skip to content

Commit

Permalink
Fix typo and add paths ignore to main distribution pipeline (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
dorbanianas authored Dec 6, 2024
1 parent d37d178 commit d081e2e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/MainDistributionPipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/WebsiteDeploy.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy to GitHub Pages
name: Website Deploy to GitHub Pages

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion docs/src/components/hero/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const Hero: React.FC = () => {
<span className="md:text-8xl text-6xl">FlockMTL</span> <span className="text-black dark:text-white">
<Typewriter
options={{
strings: ["INTELLIGENT REPORTING", "TABULAR UNDERSTANDING", "LLMs & RAG WHITIN SQL"],
strings: ["INTELLIGENT REPORTING", "TABULAR UNDERSTANDING", "LLMs & RAG WITHIN SQL"],
deleteSpeed: .2,
autoStart: true,
loop: true,
Expand Down

0 comments on commit d081e2e

Please sign in to comment.