diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 89b0955..4910888 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,7 +63,9 @@ jobs: - name: Move toitdocs. if: ${{ github.event.inputs.toitlang-run-id }} run: | + ls -l toitdoc-download mv toitdoc-download/*.json build/toitdoc.json + find build - name: Fetch Toit documentation if: ${{ github.event.inputs.toitlang-run-id == '' }}