Skip to content

Change mode from stabilityai/stable-diffusion-2-1 to stable-diffusi-v1-5/stable-diffusion-v1-5 #4002

Change mode from stabilityai/stable-diffusion-2-1 to stable-diffusi-v1-5/stable-diffusion-v1-5

Change mode from stabilityai/stable-diffusion-2-1 to stable-diffusi-v1-5/stable-diffusion-v1-5 #4002

# Copyright (C) 2024 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
name: Check Online Document Building
permissions: {}
on:
pull_request:
branches: [main]
paths:
- "**.md"
- "**.rst"
jobs:
build:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@1e31de5234b9f8995739874a8ce0492dc87873e2
with:
path: GenAIExamples
- name: Checkout docs
uses: actions/checkout@1e31de5234b9f8995739874a8ce0492dc87873e2
with:
repository: opea-project/docs
path: docs
- name: Build Online Document
shell: bash
run: |
echo "build online doc"
cd docs
bash scripts/build.sh