We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fe4433 commit 3de85d2Copy full SHA for 3de85d2
.github/workflows/ci-cd.yml
@@ -85,21 +85,11 @@ jobs:
85
releases-only: true
86
- run: echo "Fastify is at version ${{ steps.latest-fastify.outputs.tag }}"
87
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
-
97
# build website
98
- name: Build website
99
run: npm run build:website
100
env:
101
GH_TOKEN: ${{ github.token }}
102
- SKIP_DOWNLOADS: ${{ steps.release-cache.outputs.cache-hit }}
103
104
- name: Upload artifact
105
versions.json
@@ -1 +1,2 @@
1
-[]
+[
2
+]
0 commit comments