Skip to content

Commit

Permalink
Merge pull request #4 from react18-tools/docs
Browse files Browse the repository at this point in the history
Docs
  • Loading branch information
mayank1513 authored Feb 23, 2024
2 parents da2c324 + e583d8e commit ee71267
Show file tree
Hide file tree
Showing 7 changed files with 335 additions and 79 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ on:

jobs:
publish:
# Don't run just after creating repo from template
# Also avoid running after merging set-up PR
if: github.run_number > 2 && github.event.repository.owner.login == 'react18-tools'
if: github.event.repository.owner.login == 'react18-tools'
runs-on: ubuntu-latest
permissions:
packages: write
Expand Down
4 changes: 2 additions & 2 deletions .tkb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"RtA7NBfPOlfnVHqk54rMD": {
"id": "RtA7NBfPOlfnVHqk54rMD",
"description": "update readme",
"columnId": "column-todo"
"columnId": "column-done"
},
"fqhes_YS14GQopOUs7K-7": {
"id": "fqhes_YS14GQopOUs7K-7",
Expand All @@ -37,7 +37,6 @@
"id": "column-todo",
"title": "To do",
"tasksIds": [
"RtA7NBfPOlfnVHqk54rMD",
"-FlzW8htLo-6jz5-ZqjEx",
"5fLtFF1sHPxsPjq-wWOxv"
]
Expand All @@ -51,6 +50,7 @@
"id": "column-done",
"title": "Done",
"tasksIds": [
"RtA7NBfPOlfnVHqk54rMD",
"fqhes_YS14GQopOUs7K-7",
"task-ZJpp-dpxx3KxRMsAPNuMC",
"4CTOhRPjKrEAW5AHYsV7P"
Expand Down
Loading

0 comments on commit ee71267

Please sign in to comment.