This commit is contained in:
Lu Baumann 2023-10-17 01:10:18 +00:00 committed by GitHub
parent 2c89796f12
commit 54895751dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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