Skip to content

Commit

Permalink
Added file listing
Browse files Browse the repository at this point in the history
  • Loading branch information
stevespringett committed Jun 28, 2024
1 parent fd5c250 commit dd1f2bc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/generate-guide.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ jobs:
- name: Run Docker container
run: docker run -e CLOUDCONVERT_API_KEY=${{ secrets.CLOUDCONVERT_API_KEY }} -v $(pwd)/docs:/workspace/docs cdx-guides-builder ${{ github.event.inputs.document_type }}

- name: List files in docs directory
run: ls -l docs

- name: Upload .docx and .pdf files
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit dd1f2bc

Please sign in to comment.