Skip to content

Commit

Permalink
Debug docs workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
BierDav committed Sep 8, 2024
1 parent 5104d85 commit f988b75
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/docs-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,11 @@ jobs:

- name: Zip output to artifact
run: |
pwd
echo "Workspace is: ${{ github.workspace }}"
cd build/dokka/htmlMultiModule
zip ${{ github.workspace }}/${{ env.DOKKA_ARTIFACT }} ./*
pwd
zip ${{ github.workspace }}/${{ env.DOKKA_ARTIFACT }} ./*
- name: Save artifact with build results
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit f988b75

Please sign in to comment.