Skip to content
Snippets Groups Projects
Commit c0198c85 authored by pinyili2's avatar pinyili2
Browse files

add runner yml

parent 37e4f3dd
No related branches found
No related tags found
No related merge requests found
Pipeline #202321 skipped
pages:
stage: deploy
image: busybox:latest
tags:
- shell # This matches your existing runner's executor
script:
- mv _build/html public
- mkdir -p public
# Add your build commands here, for example:
- cp -r docs/_build/html/* public/ # Adjust paths as needed
artifacts:
paths:
- public
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
# Optional: make it only run manually to prevent automatic deployments
when: manual
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment