Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ jobs:
cd ~/${{ secrets.PATH_CANARY }}
git fetch origin
git reset --hard origin/${{ github.ref_name }}
docker compose build
docker compose build --no-cache
docker compose up -d --remove-orphans
2 changes: 1 addition & 1 deletion .github/workflows/current.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ jobs:
cd ~/${{ secrets.PATH_CURRENT }}
git fetch origin
git reset --hard origin/main
docker compose build
docker compose build --no-cache
docker compose up -d --remove-orphans
2 changes: 1 addition & 1 deletion .github/workflows/insider.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ jobs:
cd ~/${{ secrets.PATH_INSIDER }}
git fetch origin
git reset --hard origin/develop
docker compose build
docker compose build --no-cache
docker compose up -d --remove-orphans
2 changes: 1 addition & 1 deletion src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@
</kit:chip>
{/snippet}

Lapikit v0.5 is up!
Lapikit v0.6 is up!
{#snippet append()}
<kit:icon>
<ChevronRight />
Expand Down