Skip to content

Commit

Permalink
fix: use action-docs from the original repo
Browse files Browse the repository at this point in the history
  • Loading branch information
deemp committed Feb 4, 2024
1 parent 20e157e commit 920d3a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"devDependencies": {
"typescript": "^5.3.0",
"action-docs": "github:npalm/action-docs",
"prettier": "^3.2.4",
"action-docs": "git+https://github.com/deemp/action-docs.git#0cb0ac2c40736aba24c4fd5097f1074b5a7c7a4b"
"typescript": "^5.3.0"
},
"scripts": {
"readme": "npx action-docs -u && prettier --write README.md"
Expand Down

0 comments on commit 920d3a6

Please sign in to comment.