Skip to content

Commit

Permalink
Update .gitlab-ci.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
sulincix committed Apr 20, 2024
1 parent 2792f6f commit b871f76
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
pages:
stage: deploy
image: busybox
script:
- sh build.sh
- cp -prvf build public
- echo "User-agent: *" > public/robots.txt
- echo "Allow: /" >> public/robots.txt
script: |
sh build.sh
cp -prvf build public
echo "User-agent: *" > public/robots.txt
echo "Allow: /" >> public/robots.txt
artifacts:
paths:
- public
Expand Down

0 comments on commit b871f76

Please sign in to comment.