Skip to content

Commit

Permalink
Merge and filter
Browse files Browse the repository at this point in the history
Signed-off-by: Addisu Z. Taddese <[email protected]>
  • Loading branch information
azeey committed Jun 27, 2024
1 parent 8b61c0f commit e15dff2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/nightly-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,15 @@ jobs:
if: always()
with:
name: ${{ matrix.gazebo_distribution }}_api_docs
path: ws/build
path: ws/build/**/doxygen/html

deploy:
needs: build
runs-on: ubuntu-latest
name: Deploy
steps:
- uses: actions/download-artifact@v4
with:
pattern: *_api_docs
- name: Display structure of downloaded files
run: ls -R

0 comments on commit e15dff2

Please sign in to comment.