Skip to content

Commit db21551

Browse files
committed
new file extention error
1 parent f3a4cd1 commit db21551

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: npm ci
5252

5353
- name: Copy staging config file
54-
run: cp docusaurus.config.staging.js docusaurus.config.js
54+
run: cp docusaurus.config.staging.ts docusaurus.config.ts
5555

5656
- name: Change CNAME file
5757
run: echo nextdocs.plasticscanner.com > static/CNAME

0 commit comments

Comments
 (0)