Skip to content

added padding and reduced content in resume #6

added padding and reduced content in resume

added padding and reduced content in resume #6

Workflow file for this run

name: Deploy to Render
on:
push:
branches:
- main # Change this to the branch you want to watch for changes
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Trigger Render Deploy
env:
RENDER_DEPLOY_HOOK: ${{ secrets.RENDER_DEPLOY_HOOK }}
run: |
curl -X POST "$RENDER_DEPLOY_HOOK"