Skip to content

Commit 11277c3

Browse files
committed
use correct path to cname file
1 parent 15a0ef4 commit 11277c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-build-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v4
2020

2121
- name: Remove CNAME for Preview Deployment
22-
run: rm CNAME
22+
run: rm ./docs/CNAME
2323

2424
- name: Setup Ruby and Install Gems
2525
uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)