Updated ci runner pipeline fot gitlab page

This commit is contained in:
2024-12-02 16:31:49 +01:00
parent f3bb82a937
commit c57bb62ebd

View File

@ -1,9 +1,12 @@
pages:
stage: deploy
script:
- echo "Deploying GitLab Pages..."
- echo "Deploying pre-built HTML..."
- cp -r docs/build/html public # Copy the pre-built HTML to the public directory
artifacts:
paths:
- docs/
- public
only:
- main # Change to your default branch if necessary
changes:
- docs/source/** # Run only if files in docs/source/ change
- docs/Makefile