Skip to content

Commit

Permalink
[BugFix] Upload content of html directly (#608)
Browse files Browse the repository at this point in the history
  • Loading branch information
vmoens authored Jan 5, 2024
1 parent c96d656 commit ada9e3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@ jobs:
make docs
cd ..
cp -r docs/build/* "${RUNNER_ARTIFACT_DIR}"
cp -r docs/build/html/* "${RUNNER_ARTIFACT_DIR}"
echo $(ls "${RUNNER_ARTIFACT_DIR}")
if [[ ${{ github.event_name == 'pull_request' }} ]]; then
cp -r docs/build/* "${RUNNER_DOCS_DIR}"
cp -r docs/build/html/* "${RUNNER_DOCS_DIR}"
fi
upload:
Expand Down

0 comments on commit ada9e3c

Please sign in to comment.