Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Github pages #31

Closed
bioinfornatics opened this issue Nov 8, 2019 · 0 comments
Closed

Github pages #31

bioinfornatics opened this issue Nov 8, 2019 · 0 comments

Comments

@bioinfornatics
Copy link
Contributor

bioinfornatics commented Nov 8, 2019

The github pages deployment through travis is broken.
I think my message was not seen here

I think too page deployment is broken from a long time as travis documentation tell to set the secret variable from the settings page of io repository and to use this code:

deploy:
  provider: pages
  skip_cleanup: true
  github_token: $GITHUB_TOKEN  # Set in the settings page of your repository, as a secure variable
  keep_history: true
  on:
    branch: master

To meet the travis documentation we have to

  1. set the secrete variable
  2. remove before_deploy section
  3. update the deploy section accordingly to the documentation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant