Compare commits

...

2 commits

Author SHA1 Message Date
0dc3f12bcc Update actions/upload-artifact action to v7
Some checks failed
/ Ansible Lint (push) Successful in 2m34s
/ build (pull_request) Failing after 2m40s
/ Ansible Lint (pull_request) Successful in 2m58s
2026-05-19 17:31:14 +00:00
fc47d119bb
docs: move guides into sub-directory
All checks were successful
/ Ansible Lint (push) Successful in 2m50s
/ build (push) Successful in 24s
Also start documenting the docs structure in home.
2026-05-19 19:24:06 +02:00
4 changed files with 3 additions and 1 deletions

View file

@ -67,7 +67,7 @@ jobs:
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/
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v7
if: github.event_name == 'pull_request'
with:
name: docs-build

View file

@ -1,3 +1,5 @@
# CCCHH Infrastructure Documentation
Home for CCCHH infrastructure documentation.
- **Guides**: Documentation on how to achieve various things.