Skip to content

Commit

Permalink
Add some debug to Gitlab CI and Travis CI deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
olbat committed Feb 10, 2019
1 parent 9525f11 commit bd88066
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ pages:
# generate a custom -empty- 403 and 404 pages
- touch public/403.html
- touch public/404.html
- find public # for debugging purpose
artifacts:
paths:
- public
Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
- bundle exec rake -t build
# generate a custom -empty- 404 page
- touch _site/404.html
- find _site # for debugging purpose
deploy:
provider: pages
skip_cleanup: true
Expand Down

0 comments on commit bd88066

Please sign in to comment.