Update .gitea/workflows/copy_documentation.yml
Some checks failed
Copy Documentation to webserver / copy-documentation (push) Failing after 5m20s
Some checks failed
Copy Documentation to webserver / copy-documentation (push) Failing after 5m20s
This commit is contained in:
parent
f7b7995585
commit
d6471ad90b
@ -16,6 +16,10 @@ jobs:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Pause for debug
|
||||
run: |
|
||||
echo "Debug container: sleeping for 300s"
|
||||
sleep 300
|
||||
- name: Install Dependencies
|
||||
run: |
|
||||
apt-get update
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user