Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d8487c commit 013aeb0Copy full SHA for 013aeb0
.github/workflows/cortex-docs-new-release.yml
@@ -53,8 +53,13 @@ jobs:
53
run: yarn install
54
- name: Build website
55
working-directory: docs
56
- run: export NODE_ENV=production && yarn build && cp _redirects build/_redirects
+ run: export NODE_ENV=production && yarn build
57
58
+ - name: Copy redirect file
59
+ working-directory: docs
60
+ continue-on-error: true
61
+ run: cp _redirects build/_redirects
62
+
63
- name: Publish to Cloudflare Pages Production
64
uses: cloudflare/pages-action@v1
65
with:
0 commit comments