Skip to content

Commit

Permalink
Merge branch 'main' into ChuckHend-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
ChuckHend authored Oct 16, 2023
2 parents 48edfaa + c9ef857 commit 8448f89
Show file tree
Hide file tree
Showing 7 changed files with 290 additions and 188 deletions.
16 changes: 10 additions & 6 deletions .github/workflows/cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,20 @@ on:
branches:
- main
paths:
- '.github/workflows/cli.yml'
- 'cli/**'
- '!cli/README.md'
- ".github/workflows/cli.yml"
- "cli/**"
- "!cli/README.md"
paths-ignore:
- "cli/.gitignore"
push:
branches:
- main
paths:
- '.github/workflows/cli.yml'
- 'cli/**'
- '!cli/README.md'
- ".github/workflows/cli.yml"
- "cli/**"
- "!cli/README.md"
paths-ignore:
- "cli/.gitignore"

jobs:
lint:
Expand Down
2 changes: 1 addition & 1 deletion ui/src/Components/Header/header.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
position: fixed;
top: 0;
background-color: transparent;
transition: all 0.5s ease-in-out;
transition: all 0.3s ease-in-out;
z-index: 5;
padding: 0 $spacing-m;
display: flex;
Expand Down
12 changes: 0 additions & 12 deletions ui/src/pages/api/revalidate/[ext].ts

This file was deleted.

Loading

0 comments on commit 8448f89

Please sign in to comment.