We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27577a3 commit 13355cbCopy full SHA for 13355cb
.github/workflows/ci.yml
@@ -3,7 +3,7 @@ name: Build and Deploy
3
on:
4
push:
5
branches:
6
- - main # Adjust to your main branch name
+ - main
7
8
jobs:
9
build:
@@ -21,7 +21,7 @@ jobs:
21
- name: Install generate-docs dependencies
22
run: cd generate-docs; ./install-dependencies.sh
23
24
- - name: Build generate-docs
+ - name: Run generate-docs
25
run: cd generate-docs; ./build-docs.sh
26
27
- name: Install website dependencies
@@ -34,4 +34,4 @@ jobs:
34
uses: peaceiris/actions-gh-pages@v3
35
with:
36
github_token: ${{ secrets.GITHUB_TOKEN }}
37
- publish_dir: ./website/build # Adjust to your build directory
+ publish_dir: ./website/build
0 commit comments