Compare commits
2 commits
7212d00878
...
0dc3f12bcc
| Author | SHA1 | Date | |
|---|---|---|---|
| 0dc3f12bcc | |||
|
fc47d119bb |
4 changed files with 3 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
rsync -v -r --delete -e "ssh -i deploykey.priv -o 'UserKnownHostsFile ./known_hosts'" site/ infra-docs-deploy@public-web-static.hosts.hamburg.ccc.de:/var/www/infra-docs.hamburg.ccc.de/
|
rsync -v -r --delete -e "ssh -i deploykey.priv -o 'UserKnownHostsFile ./known_hosts'" site/ infra-docs-deploy@public-web-static.hosts.hamburg.ccc.de:/var/www/infra-docs.hamburg.ccc.de/
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v7
|
||||||
if: github.event_name == 'pull_request'
|
if: github.event_name == 'pull_request'
|
||||||
with:
|
with:
|
||||||
name: docs-build
|
name: docs-build
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,5 @@
|
||||||
# CCCHH Infrastructure Documentation
|
# CCCHH Infrastructure Documentation
|
||||||
|
|
||||||
Home for CCCHH infrastructure documentation.
|
Home for CCCHH infrastructure documentation.
|
||||||
|
|
||||||
|
- **Guides**: Documentation on how to achieve various things.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue