Skip to content

Commit

Permalink
test: workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hyunihs committed Oct 30, 2024
1 parent 8ba019e commit a84d629
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sync-to-backend-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
git branch -M style/ui
git fetch origin style/ui
# Merge changes and override conflicts with ours
# Merge changes and override conflicts with ours --allow-unrelated-histories
git merge -X ours origin/style/ui
# Push the changes to the style/ui branch
Expand Down
6 changes: 3 additions & 3 deletions src/style/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ $persian-red: #cf3030 !default;
$mango-tango: #e97500 !default;


// Swaggy-Swagger Theme
// for workflow test
// Swaggy-Swagger Theme
// for workflow test !!
$color-primary: #2B6764 !default;
$color-secondary: #877455 !default;
$color-info: #4990e2 !default;
Expand Down Expand Up @@ -227,4 +227,4 @@ $topbar-download-url-button-font-color: white !default;

$text-body-default-font-color: $bright-gray !default;
$text-code-default-font-color: $bright-gray !default;
$text-headline-default-font-color: $bright-gray !default;
$text-headline-default-font-color: $bright-gray !default;

0 comments on commit a84d629

Please sign in to comment.