update gh workflow

This commit is contained in:
ClovertaTheTrilobita 2026-04-14 13:48:18 +03:00
parent 490c66f6b7
commit daa458f813
2 changed files with 3 additions and 3 deletions

View file

@ -20,7 +20,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
fetch-depth: 0
@ -55,7 +55,7 @@ jobs:
steps:
- name: Checkout blog-content branch
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
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>
</div>