Configure GitLab Pages

This commit is contained in:
2024-11-26 13:43:09 +01:00
parent f4f27b7084
commit dccf64ef30

9
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,9 @@
pages:
stage: deploy
script:
- echo "Deploying GitLab Pages..."
artifacts:
paths:
- docs/
only:
- main # Change to your default branch if necessary