Skip to content

Commit

Permalink
Publish resume to github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
guruor committed Jul 24, 2024
1 parent 4341f0e commit 39a2868
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,15 @@ jobs:
asset_path: ${{ env.RESUME_TARGET }}
asset_name: ${{ env.RESUME_NAME }}
asset_content_type: application/pdf

- name: Prepare GitHub Pages deployment
run: |
mkdir gh-pages
cp release/resume.html gh-pages/index.html
cp release/resume.pdf gh-pages/
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: gh-pages

0 comments on commit 39a2868

Please sign in to comment.