Skip to content

Commit

Permalink
Fix download-path
Browse files Browse the repository at this point in the history
Signed-off-by: Addisu Z. Taddese <[email protected]>
  • Loading branch information
azeey committed Jul 1, 2024
1 parent 6759afc commit 44fe5a7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/nightly-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,15 @@ jobs:
# aws-region: us-east-1
# role-to-assume: arn:aws:iam::200670743174:role/github-oidc-deployment-gz-web-app
- uses: actions/download-artifact@v4
id: download
with:
path: .api-docs
pattern: api-docs-*
merge-multiple: true
- name: Display structure of downloaded files
run: ls -R
- name: 'Restructure API Docs'
run: python3 tools/restructure_doxygen_artifacts.py .api-docs .api-out
run: python3 tools/restructure_doxygen_artifacts.py ${{steps.download.output.download-path}} .api-out
- uses: actions/upload-artifact@v4
with:
name: api-docs
Expand Down

0 comments on commit 44fe5a7

Please sign in to comment.