CodyReichert/awesome-cl

gh-pages branch is not updated automatically

Valera opened this issue · 5 comments

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.

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

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

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.

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/

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