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

gh-pages branch is not updated automatically #418

Open
Valera opened this issue Sep 8, 2021 · 5 comments
Open

gh-pages branch is not updated automatically #418

Valera opened this issue Sep 8, 2021 · 5 comments

Comments

@Valera
Copy link
Contributor

Valera commented Sep 8, 2021

Hi! I noticed that automatic deploy to gh-pages no longer works and last deploy was at 1st June this year.

I think it due to some travis-ci related things, they have a message "Since June 15th, 2021, the building on travis-ci.org is ceased. Please use travis-ci.com from now on." Possibly you need to update old account or maybe create a new one for deploy to work.

@Valera
Copy link
Contributor Author

Valera commented Sep 8, 2021

That is, https://awesome-cl.com/ is slightly outdated now.

@vindarel
Copy link
Collaborator

vindarel commented Sep 8, 2021

Where do we do the changes? (I'm more used to Gitlab CI. I don't know if @CodyReichert reads us (hello!)) (also I migth not have all the rights)

Our travis.yml is this:

script:
  # Publish changes to https://awesome-cl.com
  - git clone --branch=gh-pages https://github.com/CodyReichert/awesome-cl dist
  - cp README.md dist/index.md
deploy:
  provider: pages
  skip-cleanup: true
  github-token: $GH_TOKEN
  keep-history: true
  local-dir: dist
  on:
    branch: master

@Valera
Copy link
Contributor Author

Valera commented Sep 9, 2021

I tried setting up Travis in my fork of awesome-cl, and it worked.

commit

So, I think this should be fixed in Travis web app by owner or someone who can generate access token for this repo.

@vindarel
Copy link
Collaborator

vindarel commented Jun 6, 2022

Hey @CodyReichert can you change the project settings so hat the pages follow the master branch? We just need to bring in _config.yml and CNAME. It seems that the README.md will be read if there is no index.md. It works for me: https://vindarel.github.io/awesome-cl/

@vindarel
Copy link
Collaborator

still not automated, but updated. We can push to gh-pages.

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

2 participants