diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 87000ef6..68bfc914 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -85,21 +85,11 @@ jobs: releases-only: true - run: echo "Fastify is at version ${{ steps.latest-fastify.outputs.tag }}" - - name: Cache Fastify documentation - id: release-cache - uses: actions/cache@v4 - with: - path: | - scripts/releases - scripts/releases.tag - key: ${{ steps.latest-fastify.outputs.tag }}-release-cache - # build website - name: Build website run: npm run build:website env: GH_TOKEN: ${{ github.token }} - SKIP_DOWNLOADS: ${{ steps.release-cache.outputs.cache-hit }} - name: Upload artifact