From 8633c45339b33da975c89321e4a0559979423584 Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Tue, 17 Sep 2024 17:09:29 +0200 Subject: [PATCH] skip cache, to revert Signed-off-by: Matteo Collina --- .github/workflows/ci-cd.yml | 10 ---------- 1 file changed, 10 deletions(-) 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