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.
2 parents 4dc55fc + 91e30d3 commit 4f7236dCopy full SHA for 4f7236d
.github/workflows/jan-docs.yml
@@ -53,6 +53,9 @@ jobs:
53
- name: Install dependencies
54
working-directory: docs
55
run: yarn install
56
+ - name: Clean output directory
57
+ working-directory: docs
58
+ run: rm -rf out/* .next/*
59
- name: Build website
60
61
run: export NODE_ENV=production && yarn build && cp _redirects out/_redirects && cp _headers out/_headers
0 commit comments