diff --git a/action.yml b/action.yml index 7d959b0..cc96d10 100644 --- a/action.yml +++ b/action.yml @@ -19,8 +19,6 @@ runs: - name: Replace excalidraw file references run: find "${{ github.workspace }}" -type f -name '*.md' -exec sed -ri 's|\[\[(.*\.excalidraw)\]\]|![\1](assets/autogen/\1.svg)|g' "{}" ";" shell: bash - - name: Debug - Setup tmate session - uses: mxschmitt/action-tmate@v3 - name: Stop containers run: docker-compose -f "${{ github.action_path }}/docker-compose.yml" down shell: bash