Skip to content
This repository was archived by the owner on Feb 21, 2025. It is now read-only.

Commit 78ac8ba

Browse files
committed
force redeploy
1 parent be000b3 commit 78ac8ba

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
root: 'dist'
4343

4444
deploy-to-github-pages:
45-
name: Deploy to GitHub Pages
45+
name: Deploy to GitHub Pages.
4646
runs-on: ubuntu-latest
4747
needs: deploy-to-deno # Ensures Deno Deploy finishes first
4848

@@ -67,4 +67,4 @@ jobs:
6767
github_token: ${{ secrets.GITHUB_TOKEN }}
6868
publish_dir: ./dist
6969
publish_branch: gh-pages # Ensure it's pushing to the correct branch
70-
force_orphan: true # Ensure it overwrites the previous deployment
70+
force_orphan: true # Ensure it overwrites the previous deployment.

src/components/ui/SentenceButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const SentenceButton: React.FC<SentenceButtonProps> = ({
1717
const getButtonStyles = () => {
1818
return isFilled
1919
? 'bg-blue-500 text-white hover:bg-blue-600' // Blue when filled
20-
: 'bg-gray-300 text-black hover:bg-gray-400'; // Grey when default
20+
: 'bg-gray-300 text-black hover:bg-gray-400'; // Grey when default redeploy
2121
};
2222

2323
return (

0 commit comments

Comments
 (0)