Skip to content

Commit

Permalink
fix: add theme and release config
Browse files Browse the repository at this point in the history
  • Loading branch information
Anders Juengst committed Aug 16, 2023
1 parent dd363e3 commit 4ab8190
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Release

on:
push:
branches: [main, develop]
branches: [main, develop, 4.x.x]

jobs:
release:
Expand All @@ -25,4 +25,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE_GH }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release
run: npx semantic-release@19.0.5
2 changes: 2 additions & 0 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,7 @@
"channel": "next"
},{
"name": "main"
},{
"name": "4.x.x"
}]
}
2 changes: 1 addition & 1 deletion apps/docs-app/src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ $theme: mat-light-theme($primary, $accent, $warn);
@include covalent-theme($theme);
@include covalent-markdown-theme($theme);
@include covalent-highlight-theme(

$theme
); // OR @import '~highlight.js/styles/vs.css';
@include covalent-flavored-markdown-theme($theme);
@include covalent-markdown-navigator-theme($theme);
Expand Down

0 comments on commit 4ab8190

Please sign in to comment.