# \#gh-pages

**URL:** https://travis-ci.community/tag/gh-pages/41.md

[Latest](https://travis-ci.community/latest.md) · [Categories](https://travis-ci.community/categories.md) · [Tags](https://travis-ci.community/tags.md)

---

## [The command "eval bundle install --jobs=3 --retry=3 --deployment " failed](https://travis-ci.community/t/the-command-eval-bundle-install-jobs-3-retry-3-deployment-failed/6735)

<div class="topic-metadata">

**Author:** [@sahilk](https://travis-ci.community/u/sahilk)\
**Replies:** 4\
**Last updated:** [September 21, 2023, 2:18pm UTC](https://travis-ci.community/t/the-command-eval-bundle-install-jobs-3-retry-3-deployment-failed/6735 "2023-09-21T14:18:48Z")

</div>

Hi, the gh-pages build is showing this issue in the logs. What exactly do I need to fix to get this to work? Previous builds have worked without issues. Not sure what changed now. $ bundle install --jobs=3 --retry=3 --d…

---

## ["No Rakefile found" trying to deploy to GH Pages despite not using rake](https://travis-ci.community/t/no-rakefile-found-trying-to-deploy-to-gh-pages-despite-not-using-rake/12385)

<div class="topic-metadata">

**Author:** [@robwilkerson](https://travis-ci.community/u/robwilkerson)\
**Replies:** 1\
**Last updated:** [November 16, 2021, 8:08pm UTC](https://travis-ci.community/t/no-rakefile-found-trying-to-deploy-to-gh-pages-despite-not-using-rake/12385 "2021-11-16T20:08:20Z")

</div>

I’m working on deploying a simple jekyll file to github pages. I feel like I’ve followed the instructions for the GH pages provider, but in the relevant job stage, I’m getting a missing rakefile error: $ bundle exec rak…

---

## [Custom domain keeps on getting removed every time i do a deployment](https://travis-ci.community/t/custom-domain-keeps-on-getting-removed-every-time-i-do-a-deployment/10730)

<div class="topic-metadata">

**Author:** [@terrafrost](https://travis-ci.community/u/terrafrost)\
**Replies:** 2\
**Last updated:** [December 2, 2020, 2:40pm UTC](https://travis-ci.community/t/custom-domain-keeps-on-getting-removed-every-time-i-do-a-deployment/10730 "2020-12-02T14:40:17Z")

</div>

I’m using Docusaurus / Travis CI to build my docs and I’m trying to have them hosted on a custom domain - phpseclib.com. The way I have it setup right now Travis CI initiates a build every time I do a commit BUT the cust…

---

## [Deployment error: invalid option "--token="](https://travis-ci.community/t/deployment-error-invalid-option-token/10392)

<div class="topic-metadata">

**Author:** [@LorenDB](https://travis-ci.community/u/LorenDB)\
**Replies:** 7\
**Last updated:** [October 31, 2020, 10:13pm UTC](https://travis-ci.community/t/deployment-error-invalid-option-token/10392 "2020-10-31T22:13:12Z")

</div>

When I try to deploy to GitHub Pages using the following code: deploy: provider: pages skip\_cleanup: true github\_token: $TRAVIS\_DEPLOY\_TOKEN keep\_history: true on: branch: - master I get the follo…

---

## [Gh-pages deployment authentication failure using yarn](https://travis-ci.community/t/gh-pages-deployment-authentication-failure-using-yarn/8265)

<div class="topic-metadata">

**Author:** [@nai888](https://travis-ci.community/u/nai888)\
**Replies:** 6\
**Last updated:** [April 22, 2020, 9:53pm UTC](https://travis-ci.community/t/gh-pages-deployment-authentication-failure-using-yarn/8265 "2020-04-22T21:53:05Z")

</div>

After some months away from my projects, I’ve transferred over some of my personal GitHub repos to an organization account, given the recent changes to pricing (i.e., free). I’m trying to set Travis CI back up, but I’m r…

---

## [Pages provider not deploying svg files](https://travis-ci.community/t/pages-provider-not-deploying-svg-files/8051)

<div class="topic-metadata">

**Author:** [@andrewdavidmackenzie](https://travis-ci.community/u/andrewdavidmackenzie)\
**Replies:** 3\
**Last updated:** [April 8, 2020, 5:51pm UTC](https://travis-ci.community/t/pages-provider-not-deploying-svg-files/8051 "2020-04-08T17:51:09Z")

</div>

Hi, I have a project that builds an html site (using rust mdBook, plus scripts to generate .svg files) in target/html directory and then uploaded it to gh pages using the pages provider from my .travis.yml It’s copying…

---

## [How to deploy project with multiple architectures? How well does ARM32 work?](https://travis-ci.community/t/how-to-deploy-project-with-multiple-architectures-how-well-does-arm32-work/7679)

<div class="topic-metadata">

**Author:** [@M-Reimer](https://travis-ci.community/u/M-Reimer)\
**Replies:** 1\
**Last updated:** [March 21, 2020, 10:08pm UTC](https://travis-ci.community/t/how-to-deploy-project-with-multiple-architectures-how-well-does-arm32-work/7679 "2020-03-21T22:08:26Z")

</div>

I’m just finished with adding Travis CI to the VDR4Arch project to make Travis CI build our Arch Linux packages: https://github.com/VDR4Arch/vdr4arch As a next step it may really be interesting to also build for ARM 32 …

---

## [I'm struggling with deployment to gh-pages](https://travis-ci.community/t/im-struggling-with-deployment-to-gh-pages/7281)

<div class="topic-metadata">

**Author:** [@ted-dokos](https://travis-ci.community/u/ted-dokos)\
**Replies:** 3\
**Last updated:** [February 20, 2020, 1:38pm UTC](https://travis-ci.community/t/im-struggling-with-deployment-to-gh-pages/7281 "2020-02-20T13:38:48Z")

</div>

I have a project that builds a json file from a csv. Instead of storing both files, I wanted to store only the csv, and have travis build the json file and deploy it on github pages. Here is my .travis.yml file: I m…

---

## [Are Suggests of Suggests dependencies not installed?](https://travis-ci.community/t/are-suggests-of-suggests-dependencies-not-installed/7133)

<div class="topic-metadata">

**Author:** [@kevinrue](https://travis-ci.community/u/kevinrue)\
**Replies:** 1\
**Last updated:** [February 6, 2020, 10:05pm UTC](https://travis-ci.community/t/are-suggests-of-suggests-dependencies-not-installed/7133 "2020-02-06T22:05:22Z")

</div>

Hi, Tagging @jeroen and @jimhester as per Travis build report. I am trying to restore the deployment to gh-pages with pkgdown for the repository https://github.com/iSEE/iSEE The repository hold a Bioconductor package …

---

## [Gh\_pages fails to deploy due to name error \`uninitialized constant Faraday::Error::ClientError\`](https://travis-ci.community/t/gh-pages-fails-to-deploy-due-to-name-error-uninitialized-constant-faraday-clienterror/5227)

<div class="topic-metadata">

**Author:** [@robertu94](https://travis-ci.community/u/robertu94)\
**Replies:** 8\
**Last updated:** [September 27, 2019, 8:08pm UTC](https://travis-ci.community/t/gh-pages-fails-to-deploy-due-to-name-error-uninitialized-constant-faraday-clienterror/5227 "2019-09-27T20:08:19Z")

</div>

Example affected build I committed a change to a repository that I maintain, the build ran and succeed generating the sources to the docs, but deployment fails when installing the ruby gem dependencies for the github pa…

---

## ["header field value cannnot include CR/LF" with github pages deployment](https://travis-ci.community/t/header-field-value-cannnot-include-cr-lf-with-github-pages-deployment/5223)

<div class="topic-metadata">

**Author:** [@Fryguy](https://travis-ci.community/u/Fryguy)\
**Replies:** 6\
**Last updated:** [October 2, 2019, 5:04am UTC](https://travis-ci.community/t/header-field-value-cannnot-include-cr-lf-with-github-pages-deployment/5223 "2019-10-02T05:04:14Z")

</div>

I’m seeing header field value cannnot include CR/LF (ArgumentError) in my GitHub Pages deploy right after “Install deployment dependencies”, but before “Authenticate deployment”. Example build - https://travis-ci.org/Ma…

---

## ["invalid option “–github\_token=”" deploying to Github pages](https://travis-ci.community/t/invalid-option-github-token-deploying-to-github-pages/5276)

<div class="topic-metadata">

**Author:** [@valainisgt](https://travis-ci.community/u/valainisgt)\
**Replies:** 1\
**Last updated:** [October 1, 2019, 6:04pm UTC](https://travis-ci.community/t/invalid-option-github-token-deploying-to-github-pages/5276 "2019-10-01T18:04:54Z")

</div>

I have configured my build to deploy to Github Pages. However, I am seeing an error during the deployment phase. The error says: invalid option “–github\_token=” I have added the appropriate environment variable to vi…

---

## ["File exists @ dir\_s\_mkdir " ruby exception when the deploy branch doesn't exist](https://travis-ci.community/t/file-exists-dir-s-mkdir-ruby-exception-when-the-deploy-branch-doesnt-exist/1143)

<div class="topic-metadata">

**Author:** [@joshuaavalon](https://travis-ci.community/u/joshuaavalon)\
**Replies:** 18\
**Last updated:** [August 30, 2019, 5:12pm UTC](https://travis-ci.community/t/file-exists-dir-s-mkdir-ruby-exception-when-the-deploy-branch-doesnt-exist/1143 "2019-08-30T17:12:25Z")

</div>

It seems like there are some wrong with dpl-pages instead of my config. Job: https://travis-ci.org/joshuaavalon/cloudflare-ddns/jobs/461701889 Log: /home/travis/.rvm/gems/ruby-2.4.5/gems/dpl-pages-1.10.6/lib/dpl/provi…

---

## [Could not find a valid gem 'dpl-pages'](https://travis-ci.community/t/could-not-find-a-valid-gem-dpl-pages/4258)

<div class="topic-metadata">

**Author:** [@wenkokke](https://travis-ci.community/u/wenkokke)\
**Replies:** 3\
**Last updated:** [July 18, 2019, 3:56pm UTC](https://travis-ci.community/t/could-not-find-a-valid-gem-dpl-pages/4258 "2019-07-18T15:56:16Z")

</div>

My travis build (for plfa/plfa.github.io) is failing with the following error: Installing deploy dependencies ERROR: Could not find a valid gem 'dpl-pages' (= 1.10.13.travis.4141.5) in any repository ERROR: Possible alt…

---

## [Failed Github Pages deploys to gh-pages](https://travis-ci.community/t/failed-github-pages-deploys-to-gh-pages/3867)

<div class="topic-metadata">

**Author:** [@Dinomite07](https://travis-ci.community/u/Dinomite07)\
**Replies:** 1\
**Last updated:** [June 24, 2019, 1:33pm UTC](https://travis-ci.community/t/failed-github-pages-deploys-to-gh-pages/3867 "2019-06-24T13:33:34Z")

</div>

For some reason, my build deploys to gh-pages from the master branch even though the code is messed up… I thought that the failed builds are not suppose to deploy. language: node\_js node\_js: - "stable" cache: dire…

---

## [GitHub Pages deployment is broken](https://travis-ci.community/t/github-pages-deployment-is-broken/3537)

<div class="topic-metadata">

**Author:** [@BanzaiMan](https://travis-ci.community/u/BanzaiMan)\
**Replies:** 6\
**Last updated:** [June 4, 2019, 2:11pm UTC](https://travis-ci.community/t/github-pages-deployment-is-broken/3537 "2019-06-04T14:11:23Z")

</div>

It may fail with error messages such as: Installing deploy dependencies Fetching: multipart-post-2.1.1.gem (100%) Successfully installed multipart-post-2.1.1 Fetching: faraday-0.15.4.gem (100%) Successfully installed f…

---

## [Deployment failure to GitHub Pages](https://travis-ci.community/t/deployment-failure-to-github-pages/3514)

<div class="topic-metadata">

**Author:** [@XeroHero](https://travis-ci.community/u/XeroHero)\
**Replies:** 1\
**Last updated:** [May 29, 2019, 6:41pm UTC](https://travis-ci.community/t/deployment-failure-to-github-pages/3514 "2019-05-29T18:41:09Z")

</div>

Hi, I am looking to deploy my ReactJS App to my GitHub Pages website. I can build the entire project on my offline environment, but whenever I try to deploy via Travis CI from GitHub, I end up with this error: Preparin…

---

## [Pushing to different repo for github pages fails on push](https://travis-ci.community/t/pushing-to-different-repo-for-github-pages-fails-on-push/2849)

<div class="topic-metadata">

**Author:** [@ArSn](https://travis-ci.community/u/ArSn)\
**Replies:** 1\
**Last updated:** [April 12, 2019, 9:33pm UTC](https://travis-ci.community/t/pushing-to-different-repo-for-github-pages-fails-on-push/2849 "2019-04-12T21:33:23Z")

</div>

I’d think I configured everything correctly, but still I can not get travis to push to my docs repo for the generated docs, here is the build: https://travis-ci.org/ArSn/jay-gee-eff-for-web/builds/513454883 What I did d…

---

## [Deployment of pages with R-travis fails with pkgdown when vignettes includes the current package](https://travis-ci.community/t/deployment-of-pages-with-r-travis-fails-with-pkgdown-when-vignettes-includes-the-current-package/2048)

<div class="topic-metadata">

**Author:** [@jchiquet](https://travis-ci.community/u/jchiquet)\
**Replies:** 3\
**Last updated:** [April 9, 2019, 8:10pm UTC](https://travis-ci.community/t/deployment-of-pages-with-r-travis-fails-with-pkgdown-when-vignettes-includes-the-current-package/2048 "2019-04-09T20:10:09Z")

</div>

Hi, I am trying to deploy on gh-pages with pkgdown, using the following code in .travis.yml r\_packages: - covr - pkgdown after\_success: - Rscript -e 'pkgdown::build\_site()' deploy: - provider: pages skip…

---

## [Unable to deploy to github.io (dist: xenial)](https://travis-ci.community/t/unable-to-deploy-to-github-io-dist-xenial/2617)

<div class="topic-metadata">

**Author:** [@olpotkin](https://travis-ci.community/u/olpotkin)\
**Replies:** 1\
**Last updated:** [March 11, 2019, 11:19pm UTC](https://travis-ci.community/t/unable-to-deploy-to-github-io-dist-xenial/2617 "2019-03-11T23:19:45Z")

</div>

Using the following environment: dist: xenial language: cpp compiler: gcc Build successful, but deploy on github.io doesn’t work (token is valid). Log: https://travis-ci.org/olpotkin/OTUS-CPP-W4-print\_ip Error is: …

---

## [GitHub Pages deploy failing on Trusty: dpl failing to install](https://travis-ci.community/t/github-pages-deploy-failing-on-trusty-dpl-failing-to-install/1543)

<div class="topic-metadata">

**Author:** [@richard-burhans](https://travis-ci.community/u/richard-burhans)\
**Replies:** 3\
**Last updated:** [December 20, 2018, 7:39pm UTC](https://travis-ci.community/t/github-pages-deploy-failing-on-trusty-dpl-failing-to-install/1543 "2018-12-20T19:39:28Z")

</div>

There appears to be a permissions error when dpl is being installed: $ rvm $(travis\_internal\_ruby) --fuzzy do ruby -S gem install dpl ERROR: While executing gem ... (Errno::EACCES) Permission denied @ rb\_sysopen - …

---

## [Build multiple branches into separate directories in GitHub Pages](https://travis-ci.community/t/build-multiple-branches-into-separate-directories-in-github-pages/1323)

<div class="topic-metadata">

**Author:** [@jhpratt](https://travis-ci.community/u/jhpratt)\
**Replies:** 0\
**Last updated:** [December 9, 2018, 5:01am UTC](https://travis-ci.community/t/build-multiple-branches-into-separate-directories-in-github-pages/1323 "2018-12-09T05:01:34Z")

</div>

Hello! Is it possible to use Travis to do the following? \* The build from branch A is deployed to gh-pages in directory X. \* The build from branch B is deployed to gh-pages in directory Y. By doing this, you’d be able…

---

## [Use travis-ci to deploy personal github pages keep errors.how no way to debug it now](https://travis-ci.community/t/use-travis-ci-to-deploy-personal-github-pages-keep-errors-how-no-way-to-debug-it-now/987)

<div class="topic-metadata">

**Author:** [@hackrole](https://travis-ci.community/u/hackrole)\
**Replies:** 3\
**Last updated:** [November 22, 2018, 3:35am UTC](https://travis-ci.community/t/use-travis-ci-to-deploy-personal-github-pages-keep-errors-how-no-way-to-debug-it-now/987 "2018-11-22T03:35:42Z")

</div>

it keep say cannot push to github. but I cannot debug it. I have check the github personal token so many time. you can get the build in: https://travis-ci.com/hackrole/note/jobs/159760259
