Skip to content

Commit

Permalink
NO-SNOW: fix build doc location (#2639)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-aalam authored Nov 15, 2024
1 parent b3be72d commit f183a47
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/daily_modin_precommit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -483,4 +483,4 @@ jobs:
with:
include-hidden-files: true
name: docs
path: docs/build/html
path: .tox/docs_out
2 changes: 1 addition & 1 deletion .github/workflows/daily_precommit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -694,4 +694,4 @@ jobs:
with:
include-hidden-files: true
name: docs
path: docs/build/html
path: .tox/docs_out
2 changes: 1 addition & 1 deletion .github/workflows/precommit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -605,4 +605,4 @@ jobs:
with:
include-hidden-files: true
name: docs
path: docs/build/html
path: .tox/docs_out

0 comments on commit f183a47

Please sign in to comment.