Skip to content

Commit 697c65a

Browse files
authored
Merge pull request #489 from thefrontside/bump-staticalize-0.2.6
⬆️ Bump staticalize 0.2.2 → 0.2.6
2 parents 1fb03eb + c944bae commit 697c65a

3 files changed

Lines changed: 81 additions & 25 deletions

File tree

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
- name: Download Staticalize
4141
run: |
42-
wget https://github.com/thefrontside/staticalize/releases/download/v0.2.2/staticalize-linux.tar.gz \
42+
wget https://github.com/thefrontside/staticalize/releases/download/v0.2.6/staticalize-linux.tar.gz \
4343
-O /tmp/staticalize-linux.tar.gz
4444
tar -xzf /tmp/staticalize-linux.tar.gz -C /usr/local/bin
4545
chmod +x /usr/local/bin/staticalize-linux

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"tasks": {
33
"dev": "deno -A jsr:@effection-contrib/watch deno run -A main.tsx --dev",
44
"start": "deno -A main.tsx",
5-
"staticalize": "deno run -A jsr:@frontside/staticalize@0.2.2/cli --site http://localhost:8005 --output=built --base=http://localhost:8005"
5+
"staticalize": "deno run -A jsr:@frontside/staticalize@0.2.6/cli --site http://localhost:8005 --output=built --base=http://localhost:8005"
66
},
77
"lint": {
88
"rules": {

deno.lock

Lines changed: 79 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)