no checkout
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user