Updated ci runner pipeline fot gitlab page
This commit is contained in:
@ -1,9 +1,12 @@
|
|||||||
pages:
|
pages:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
script:
|
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:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- docs/
|
- public
|
||||||
only:
|
only:
|
||||||
- main # Change to your default branch if necessary
|
changes:
|
||||||
|
- docs/source/** # Run only if files in docs/source/ change
|
||||||
|
- docs/Makefile
|
Reference in New Issue
Block a user