Skip to content
Snippets Groups Projects
Commit 5310dd47 authored by Krishna Kant Singh's avatar Krishna Kant Singh
Browse files

Edit .gitlab-ci.yaml

parent b963662e
No related branches found
No related tags found
No related merge requests found
Pipeline #262339 canceled
image: alpine:latest # Using a minimal Alpine Linux image
pages:
script:
- mkdir -p public
- cp index.html public/
- mkdir -p public # Ensure the public folder exists
- cp index.html public/ # Move your HTML file into the public folder
artifacts:
paths:
- public
- public # GitLab Pages serves files from 'public'
only:
- main
- 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