Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit 013aeb0

Browse files
committed
ci: update redirect continue on error
1 parent 1d8487c commit 013aeb0

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/cortex-docs-new-release.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,13 @@ jobs:
5353
run: yarn install
5454
- name: Build website
5555
working-directory: docs
56-
run: export NODE_ENV=production && yarn build && cp _redirects build/_redirects
56+
run: export NODE_ENV=production && yarn build
5757

58+
- name: Copy redirect file
59+
working-directory: docs
60+
continue-on-error: true
61+
run: cp _redirects build/_redirects
62+
5863
- name: Publish to Cloudflare Pages Production
5964
uses: cloudflare/pages-action@v1
6065
with:

0 commit comments

Comments
 (0)