diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index f30a366..58d0415 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -22,6 +22,8 @@ jobs: uses: actions/checkout@v4 - name: Install dependencies run: npm install + - name: Sync collection types + run: npx astro sync - name: Install, build, and upload your site run: npm run build