no checkout

This commit is contained in:
Evan Scamehorn
2026-01-08 15:33:58 -06:00
parent 244b13443e
commit 70d4d455a7

View File

@@ -11,13 +11,11 @@ jobs:
render-cv:
runs-on: python-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Deploy Tools
run: |
apt-get update
apt-get install -y rsync openssh-client
apt-get install -y git rsync openssh-client
git clone --depth 1 "http://localhost:3000/${{ github.repository }}.git" .
- name: Render CV
run: |