Skip to content

Commit

Permalink
ci: doc workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
robinbourianes-kalisio committed Jun 14, 2024
1 parent cbb79dc commit 5db3d41
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,15 @@ jobs:
run: bash scripts/build_container.sh "${{ github.event.head_commit.message }}"

build_docs:
name: Build docs
if: ${{ contains(github.event.head_commit.message, 'doc') }}
runs-on: ubuntu-22.04
steps:
- name: Checkout repo
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16
- name: Build docs
run: bash scripts/build_docs.sh
- name: Upload artifact
Expand Down

0 comments on commit 5db3d41

Please sign in to comment.