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

Update .gitlab-ci.yml file

parent 79e284ae
No related branches found
No related tags found
No related merge requests found
# The Docker image that will be used to build your app # The Docker image that will be used to build your app
image: alpine:latest image: alpine:latest
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
\ No newline at end of file
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