You've already forked documentation
mirror of
https://github.com/Dasharo/documentation.git
synced 2026-03-06 15:26:51 -08:00
Update .travis.yml
This commit is contained in:
10
.travis.yml
10
.travis.yml
@@ -16,9 +16,12 @@ script:
|
||||
- docker run --rm -v ${PWD}:/docs -w /docs sbl_docs /bin/bash -c "${GIT_SAFE_DIR_CMD} && make publish BUILDDIR=/docs/build PUBLISHDIR=/docs/publish"
|
||||
|
||||
before_deploy:
|
||||
- git remote -v # Check the remote URL configuration
|
||||
- git status # View the state of the repository
|
||||
- git log -3 # Show the last 3 commits to ensure the correct commit is being pushed
|
||||
- yes | gem update --system --force
|
||||
- gem install bundler
|
||||
- gem install uri
|
||||
- gem install logger
|
||||
- gem install faraday-net_http -v 3.3.0
|
||||
|
||||
|
||||
deploy:
|
||||
provider: pages
|
||||
@@ -27,5 +30,4 @@ deploy:
|
||||
github-token: $GITHUB_TOKEN # Set in the settings page of your repository, as a secure variable
|
||||
repo: slimbootloader/slimbootloader.github.io
|
||||
target-branch: master
|
||||
dpl_version: 1.10.16
|
||||
|
||||
|
||||
Reference in New Issue
Block a user