Skip to content

Commit 3de85d2

Browse files
committed
skip cache, to revert
Signed-off-by: Matteo Collina <[email protected]>
1 parent 3fe4433 commit 3de85d2

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

.github/workflows/ci-cd.yml

-10
Original file line numberDiff line numberDiff line change
@@ -85,21 +85,11 @@ jobs:
8585
releases-only: true
8686
- run: echo "Fastify is at version ${{ steps.latest-fastify.outputs.tag }}"
8787

88-
- name: Cache Fastify documentation
89-
id: release-cache
90-
uses: actions/cache@v4
91-
with:
92-
path: |
93-
scripts/releases
94-
scripts/releases.tag
95-
key: ${{ steps.latest-fastify.outputs.tag }}-release-cache
96-
9788
# build website
9889
- name: Build website
9990
run: npm run build:website
10091
env:
10192
GH_TOKEN: ${{ github.token }}
102-
SKIP_DOWNLOADS: ${{ steps.release-cache.outputs.cache-hit }}
10393

10494
- name: Upload artifact
10595

versions.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
[]
1+
[
2+
]

0 commit comments

Comments
 (0)