Added sync stage
Some checks failed
Upload via SSH / build (push) Failing after 30s
Upload via SSH / deploy (push) Has been skipped

This commit is contained in:
Bethlenfalvi, Lorinc (ext)
2026-01-05 23:03:05 +01:00
parent 01db7a8bb1
commit fe519c46e7

View File

@@ -22,6 +22,8 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Install dependencies - name: Install dependencies
run: npm install run: npm install
- name: Sync collection types
run: npx astro sync
- name: Install, build, and upload your site - name: Install, build, and upload your site
run: npm run build run: npm run build