Skip to content

Commit abff835

Browse files
authored
Update deploy_versioned_docs_to_cf.yaml
1 parent b858b09 commit abff835

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/deploy_versioned_docs_to_cf.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,9 @@ jobs:
5656
working-directory: .hugo
5757

5858
- name: Build Hugo Site
59-
run: hugo --minify --config hugo.cloudflare.toml
59+
run: |
60+
hugo --minify --config hugo.cloudflare.toml
61+
rm -f public/releases.releases
6062
working-directory: .hugo
6163
env:
6264
HUGO_BASEURL: https://mcp-toolbox.dev/${{ steps.get_version.outputs.VERSION }}/

0 commit comments

Comments
 (0)