You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -22,13 +22,13 @@ So this repository has a resume.yaml file with a github action gets transformed
22
22
-[ ] Verify the default values are working. Go to: https://registry.jsonresume.com/{owner} and you should see a resume with the deault values.
23
23
-[ ] Now edit the `resume.yaml` file with your own data. You can use any editor you prefer or gitpod for user friendlyness: https://gitpod.io/#https://github.com/{owner}/resume
24
24
-[ ] Commit and push your changes.
25
-
-[ ] Go check [GitHub Actions](../../actions) if your modifications passed.
25
+
-[ ] Go check [GitHub Actions](../../actions/workflows/gist.yml) if your modifications passed.
26
26
-[ ] Now in https://registry.jsonresume.com/{owner} you should see your resume updated.
27
27
28
28
## How does it work?
29
29
30
30
registry.jsoneresume.com reads a gist named/resume.json and shows a nice template on top of it.
31
31
32
-
gist/resume.json is generated by github action in this repo [actions/gist.yaml](../../actions/gist.yml)
32
+
gist/resume.json is generated by github action in this repo [actions/workflows/gist.yml](../../actions/workflows/gist.yml)
33
33
34
34
gist.yml transforms resume.yaml to temporary resume.json that is saved in the gist.
0 commit comments