Skip to content

Commit

Permalink
Remove comments on ciyml
Browse files Browse the repository at this point in the history
  • Loading branch information
davesnx committed Dec 1, 2023
1 parent 27577a3 commit 13355cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build and Deploy
on:
push:
branches:
- main # Adjust to your main branch name
- main

jobs:
build:
Expand All @@ -21,7 +21,7 @@ jobs:
- name: Install generate-docs dependencies
run: cd generate-docs; ./install-dependencies.sh

- name: Build generate-docs
- name: Run generate-docs
run: cd generate-docs; ./build-docs.sh

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

0 comments on commit 13355cb

Please sign in to comment.