Skip to content

Commit

Permalink
Merge branch 'main' into renovate/tree-sitter-0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
akimon658 authored Nov 23, 2024
2 parents ff95bc3 + d52f656 commit 095aa10
Show file tree
Hide file tree
Showing 3 changed files with 237 additions and 194 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/update_lockfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,7 @@ jobs:
- name: Update lockfile
run: |
rm deno.lock
deno task serve &
until (curl -s http://localhost:4000 > /dev/null); do
sleep 1
done
deno task lume
- name: Delete previous cache
if: ${{ steps.cache.outputs.cache-hit }}
Expand Down
2 changes: 1 addition & 1 deletion deno.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"cssnano": "npm:[email protected]",
"cssnano-preset-advanced": "npm:[email protected]",
"escape-html": "npm:[email protected]",
"lume/": "https://deno.land/x/lume@v2.3.3/",
"lume/": "https://deno.land/x/lume@v2.4.2/",
"markdown-it": "npm:[email protected]",
"markdown-it-link-attributes": "npm:[email protected]",
"postcss-variable-compress": "npm:[email protected]",
Expand Down
Loading

0 comments on commit 095aa10

Please sign in to comment.