Skip to content

Commit 7ddf7b3

Browse files
update crosspost v0.1.2; update articles dev.to id and slug
1 parent 9faf7e0 commit 7ddf7b3

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.github/workflows/crosspost.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Checkout Code
1515
uses: actions/checkout@v2
1616

17-
- uses: basicBrogrammer/crosspost-markdown@v0.1.1
17+
- uses: basicBrogrammer/crosspost-markdown@v0.1.2
1818
with:
1919
content-dir: 'content/articles/'
2020
dev-to-token: ${{ secrets.DEV_TO }}

content/articles/using-github-to-crosspost-to-dev-to.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ published: true
44
description: When I create a new markdown article, I don't want to have to copy and paste that markdown to multiple other blog sites. So, why not let an Octokit handle this work for me with a GitHub action?
55
tags: typescript, github, opensource, actions
66
cover_image: https://cdn.nanalyze.com/uploads/2018/07/automation-rpa-teaser.jpg
7+
devToId: 582450
8+
devToSlug: want-to-crosspost-to-dev-to-there-s-a-github-action-for-that-5784
79
---
810

911
# If a tree falls in the woods, does it make a sound?

content/articles/when-a-simple-react-context-gets-out-of-hand.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ published: true
44
description: It seemed like a good idea to start. Separate state into different "contexts". Just use `useState`. Then, `useEffect` and multiple if branches snuck in and it became a nightmare.
55
tags: react, javascript, redux
66
cover_image: https://content.altexsoft.com/media/2018/09/code-refactoring.jpg
7+
devToId: 539076
8+
devToSlug: when-a-simple-react-context-gets-out-of-hand-28k
79
---
810

911
# TL;DR:

0 commit comments

Comments
 (0)