no checkout
This commit is contained in:
@@ -11,13 +11,11 @@ jobs:
|
|||||||
render-cv:
|
render-cv:
|
||||||
runs-on: python-latest
|
runs-on: python-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
|
|
||||||
- name: Install Deploy Tools
|
- name: Install Deploy Tools
|
||||||
run: |
|
run: |
|
||||||
apt-get update
|
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
|
- name: Render CV
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user