Skip to content

Commit

Permalink
chore: updated build to automatically enter in prerelease mode
Browse files Browse the repository at this point in the history
  • Loading branch information
agliga committed Apr 16, 2024
1 parent 913f85b commit 4a8faef
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,12 @@ jobs:
run: npm i
- name: Install ruby dependencies
run: bundle install
- name: Enter prerelease mode
if: ${{ github.ref != 'refs/heads/master' }}
run: npm run prerelease:start
- name: Exit prerelease mode
if: ${{ github.ref == 'refs/heads/master' }}
run: npm run prerelease:end
- name: Release
id: changesets
uses: changesets/action@v1
Expand Down
4 changes: 3 additions & 1 deletion dist/tokens/evo-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,9 @@
);
/* deprecated, remove next major both fill-elevated and shimmer-elevated */
--color-loading-fill-elevated: var(--color-loading-fill-on-secondary);
--color-loading-shimmer-elevated: var(--color-loading-shimmer-on-secondary);
--color-loading-shimmer-elevated: var(
--color-loading-shimmer-on-secondary
);
--color-loading-ai-gradient-purple-subtle: linear-gradient(
270deg,
var(--color-ai-solid-red-subtle-dark) 0%,
Expand Down
2 changes: 1 addition & 1 deletion docs/static/docs.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/static/docs.min.js.map

Large diffs are not rendered by default.

0 comments on commit 4a8faef

Please sign in to comment.