Skip to content

Commit

Permalink
try different working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
jykr committed Mar 30, 2024
1 parent b5a7fb4 commit 0abcb2f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ jobs:
pip install sphinx sphinx_markdown_builder sphinx_rtd_theme sphinx-argparse m2r pandas bio
sudo apt-get install python3-distutils
- name: Build Documentation
run: cd "$GITHUB_WORKSPACE/docs" && sphinx-build . _build
working-directory: $GITHUB_WORKSPACE/docs
run: sphinx-build . _build

- uses: actions/upload-artifact@v3
with:
name: Documentation
path: "$GITHUB_WORKSPACE/_build/"
path: $GITHUB_WORKSPACE/docs/_build/

0 comments on commit 0abcb2f

Please sign in to comment.