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 f3a4cd1 commit db21551Copy full SHA for db21551
.github/workflows/deploy.yml
@@ -51,7 +51,7 @@ jobs:
51
run: npm ci
52
53
- name: Copy staging config file
54
- run: cp docusaurus.config.staging.js docusaurus.config.js
+ run: cp docusaurus.config.staging.ts docusaurus.config.ts
55
56
- name: Change CNAME file
57
run: echo nextdocs.plasticscanner.com > static/CNAME
0 commit comments