Skip to content

Commit

Permalink
workflow updates
Browse files Browse the repository at this point in the history
  • Loading branch information
siddheshraze committed Nov 15, 2024
1 parent 764e471 commit a603878
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,13 @@ jobs:
instance: ${{ env.INSTANCE }}
artifact: ${{ env.ARTIFACT }}
docker-version: ${{ env.DOCKER_VERSION }}
args: --verbose

# Step 3: Save build results
# Debug: List artifacts directory
- name: List artifacts directory
run: ls -la artifacts/

# Step 3: Save artifact with build results
- name: Save artifact with build results
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit a603878

Please sign in to comment.