feat: expand help center and harden website SEO

This commit is contained in:
KoalaDev
2026-07-28 07:29:41 +02:00
parent fc005c0c88
commit 2c5e2a7cc3
13 changed files with 500 additions and 130 deletions
+7
View File
@@ -137,6 +137,12 @@ jobs:
npm ci
npm run build:extension
- name: Generate extension checksums
run: |
cd dist
sha256sum koalasync-chrome.zip koalasync-firefox.zip > SHA256SUMS
cat SHA256SUMS
- name: Generate artifact attestation for extensions
uses: actions/attest@v4
with:
@@ -158,6 +164,7 @@ jobs:
files: |
dist/koalasync-chrome.zip
dist/koalasync-firefox.zip
dist/SHA256SUMS
name: Release ${{ github.ref_name }}
generate_release_notes: true
draft: false