Documentation

This commit is contained in:
Carlos Eduardo Guevara Parrales
2025-12-30 10:30:28 +01:00
committed by GitHub
parent eaba2dc24f
commit 3f0eaca8da

View File

@@ -135,9 +135,8 @@ pages:
key: ${CI_COMMIT_REF_SLUG}
paths:
- ~/.cache/ # (1)!
artifacts:
paths:
- public
pages:
publish: public
rules:
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
```