Skip to content
Snippets Groups Projects
Commit 2d3f17dd authored by krishna's avatar krishna
Browse files

cp -r flag added

parent ca129ec0
No related branches found
No related tags found
No related merge requests found
Pipeline #262444 passed
......@@ -3,7 +3,7 @@ pages:
- public-docker
script:
- mkdir -p public # Ensure the public folder exists
- cp book/* public/ # Move your HTML file into the public folder
- cp -r book/* public/ # Move your HTML file into the public folder
artifacts:
paths:
- public # GitLab Pages serves files from 'public'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment