Skip to content

Commit f45b08f

Browse files
committed
improved the link to github actions
1 parent b5635e6 commit f45b08f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ So this repository has a resume.yaml file with a github action gets transformed
2222
- [ ] Verify the default values are working. Go to: https://registry.jsonresume.com/{owner} and you should see a resume with the deault values.
2323
- [ ] 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
2424
- [ ] 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.
2626
- [ ] Now in https://registry.jsonresume.com/{owner} you should see your resume updated.
2727

2828
## How does it work?
2929

3030
registry.jsoneresume.com reads a gist named/resume.json and shows a nice template on top of it.
3131

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)
3333

3434
gist.yml transforms resume.yaml to temporary resume.json that is saved in the gist.

0 commit comments

Comments
 (0)