Merge branch 'dev'
Some checks are pending
Sync and Deploy Astro Blog / sync-blog-content (push) Waiting to run
Sync and Deploy Astro Blog / build-and-deploy (push) Blocked by required conditions
Sync and Deploy Astro Blog / manual-deploy (push) Waiting to run

This commit is contained in:
ClovertaTheTrilobita 2026-04-14 13:48:33 +03:00
commit bdb1560dfb
2 changed files with 3 additions and 3 deletions

View file

@ -20,7 +20,7 @@ jobs:
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v4 uses: actions/checkout@v5
with: with:
fetch-depth: 0 fetch-depth: 0
@ -55,7 +55,7 @@ jobs:
steps: steps:
- name: Checkout blog-content branch - name: Checkout blog-content branch
uses: actions/checkout@v4 uses: actions/checkout@v5
with: with:
ref: blog-content ref: blog-content

View file

@ -1,4 +1,4 @@
<div id="page-loading-indicator" aria-hidden="true"> <div id="page-loading-indicator" aria-hidden="true" transition:persist>
<span class="page-loading-spinner"></span> <span class="page-loading-spinner"></span>
</div> </div>