removed debug

This commit is contained in:
Lu Baumann 2023-10-17 11:18:26 +00:00 committed by GitHub
parent d6a0699d7c
commit a356f47a26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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