Update deploy action
Some checks failed
Build and Deploy MkDocs / build-deploy (push) Failing after 37s
Some checks failed
Build and Deploy MkDocs / build-deploy (push) Failing after 37s
This commit is contained in:
parent
3df246d815
commit
e0d9dff451
@ -10,6 +10,11 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: Set up container
|
||||||
|
run: |
|
||||||
|
apt update
|
||||||
|
apt install -y rsync
|
||||||
|
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user