Skip to content

Commit

Permalink
[Docs] #29 - (TEST) Wrong keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
gunyu1019 authored Nov 14, 2024
1 parent 34f2c03 commit 5a7e2d7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on:
branches:
- 'docs' # WIP

name: Document (Build & Deployment)

jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -23,7 +25,7 @@ jobs:
python -m pip install --upgrade pip
pip install .[docs]
- name: Build
run: sphinx-build './docs/source './docs/build/${{ matrix.language }}' -D language='${{ matrix.language }}'
run: sphinx-build './docs/source' './docs/build/${{ matrix.language }}' -D language='${{ matrix.language }}'
- name: Store artifact (language = ${{ matrix.language }})
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 5a7e2d7

Please sign in to comment.