Skip to content

Commit 131d16c

Browse files
committed
Fix build command
1 parent 27fff3d commit 131d16c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cloudflare-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: bundle install
4444

4545
- name: Build site
46-
run: bundle exec rake build
46+
run: bundle exec rake rdoc
4747

4848
- name: Set PR Number
4949
id: pr_number

0 commit comments

Comments
 (0)