Skip to content

Commit 13355cb

Browse files
committed
Remove comments on ciyml
1 parent 27577a3 commit 13355cb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build and Deploy
33
on:
44
push:
55
branches:
6-
- main # Adjust to your main branch name
6+
- main
77

88
jobs:
99
build:
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install generate-docs dependencies
2222
run: cd generate-docs; ./install-dependencies.sh
2323

24-
- name: Build generate-docs
24+
- name: Run generate-docs
2525
run: cd generate-docs; ./build-docs.sh
2626

2727
- name: Install website dependencies
@@ -34,4 +34,4 @@ jobs:
3434
uses: peaceiris/actions-gh-pages@v3
3535
with:
3636
github_token: ${{ secrets.GITHUB_TOKEN }}
37-
publish_dir: ./website/build # Adjust to your build directory
37+
publish_dir: ./website/build

0 commit comments

Comments
 (0)