Skip to content
Snippets Groups Projects
Commit 263543d0 authored by krishna's avatar krishna
Browse files

removel yaml file

parent eea32d26
Branches
No related tags found
No related merge requests found
Pipeline #262425 passed
image: alpine:latest # Using a minimal Alpine Linux image
pages:
script:
- mkdir -p public # Ensure the public folder exists
- cp index.html public/ # Move your HTML file into the public folder
artifacts:
paths:
- public # GitLab Pages serves files from 'public'
only:
- main # Runs this job only on the main branch
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment