Skip to content

Commit

Permalink
small tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhonas committed May 11, 2024
1 parent a12c7ac commit 9244829
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
build-and-deploy:
needs: run-tests
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
steps:
- uses: actions/checkout@v4
- name: Install Dependencies
Expand Down
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,22 @@ From the `resume` directory run
pipenv run python resume-transform.py
```

This will produce a number of build artifacts in the `build` directory
This will produce a number of build artifacts in the `resume/build` directory

## Deployment


This site is automatically built and deployed by [github actions](https://github.com/actions) to [Github Pages](https://pages.github.com/)


## Building for deployment

To build a static version of the site run

```
npm run build
```

## Building the resume

My resume is built using [docxtemplater](https://docxtemplater.com/) it's optimized for [Applicant Tracking Systems (ATS)](https://en.wikipedia.org/wiki/Applicant_tracking_system)
Expand All @@ -59,11 +67,6 @@ npm run build:resume:
```


## Deploy on Vercel

The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.

Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.

## Top repos
```bash
Expand All @@ -74,10 +77,7 @@ curl -L \
```

## TODO
- [x] Add timeline - https://matplotlib.org/stable/gallery/lines_bars_and_markers/timeline.html
- [x] Add vCard/QRCode or https://en.wikipedia.org/wiki/MeCard_(QR_code)
- [x] Add ETL Pipeline/Workflow Orchestaration
- [ ] Add PDF
- [ ] Dynamically generate PDF
- [ ] Implement JSON Source View - https://mac-s-g.github.io/react-json-view/demo/dist/

## Links
Expand Down

0 comments on commit 9244829

Please sign in to comment.