Skip to content

Commit

Permalink
chore: update data
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Jan 31, 2020
1 parent 672e65f commit 7e99cdb
Show file tree
Hide file tree
Showing 2 changed files with 253 additions and 65 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ hugo:

.PHONY: data
data:
curl 'https://api.github.com/users/peaceiris/repos?per_page=100&page=1' > ./data/github/peaceiris.json
# curl 'https://api.github.com/users/hugojapan/repos?per_page=100&page=1' > ./data/github/hugojapan.json
curl 'https://api.github.com/users/peaceiris/repos?per_page=100&page=1' > ./exampleSite/data/github/peaceiris.json
# curl 'https://api.github.com/users/hugojapan/repos?per_page=100&page=1' > ./exampleSite/data/github/hugojapan.json

.PHONY: build
build:
Expand Down
Loading

0 comments on commit 7e99cdb

Please sign in to comment.