added debug
This commit is contained in:
parent
2f9168efe3
commit
53534cefa3
@ -19,6 +19,8 @@ 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: Setup upterm session
|
||||||
|
uses: lhotari/action-upterm@v1
|
||||||
- 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
|
||||||
|
Loading…
Reference in New Issue
Block a user