Skip to content

Commit

Permalink
work on release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
GSGBen committed Sep 9, 2022
1 parent 82e776d commit f9d1ab1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: test
name: build - test - publish

# note that a merged pull request results in a push to master so this workflow will run
# twice in that case. Leaving for now
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@

# Trello to Markdown

![pipeline status](https://github.com/GSGBen/t2md/actions/workflows/dotnet.yml/badge.svg)

`t2md` backs ups the full .json export of your Trello boards and all uploaded (not linked) attachments, then creates local markdown files for each card's description, checklists, comments and attachments for easy viewing. Any references to uploaded attachments in the description and comments are replaced with local relative paths so they continue to display.

This allows you to preserve important info you store in Trello, view it locally, run fast full-text searches and even generate static sites of your Trello content.
Expand Down

0 comments on commit f9d1ab1

Please sign in to comment.