Skip to content

Commit

Permalink
Isr - revalidation for stale data (#478)
Browse files Browse the repository at this point in the history
Co-authored-by: Darren B <[email protected]>
  • Loading branch information
DarrenBaldwin07 and DarrenBaldwin07 authored Oct 16, 2023
1 parent dedfe1c commit c9ef857
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 c9ef857

Please sign in to comment.