Skip to content

Commit

Permalink
skip cache, to revert
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Collina <hello@matteocollina.com>
  • Loading branch information
mcollina committed Sep 17, 2024
1 parent 3fe4433 commit 8633c45
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8633c45

Please sign in to comment.