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

Borrar gh-pages y acción de Jekyll? #137

Open
astrojuanlu opened this issue May 1, 2023 · 2 comments
Open

Borrar gh-pages y acción de Jekyll? #137

astrojuanlu opened this issue May 1, 2023 · 2 comments

Comments

@astrojuanlu
Copy link
Member

Hoy estaba intentando entender cómo se despliega esta web, y me ha sorprendido ver en https://github.com/python-spain/web-ng/actions que hay un job de construir la página con Jekyll y publicarla a la rama gh-pages:

https://github.com/python-spain/web-ng/actions/workflows/pages/pages-build-deployment

Pero entiendo que en realidad se está utilizando GatsbyJS y publicando en Netlify:

https://github.com/python-spain/web-ng/blob/06cdc59/.github/workflows/deploy.yml

¿Está esto bien? Me interesa porque estoy pensando cómo integrar https://github.com/PyCampES/telegram-python-es en esta web.

@dukebody
Copy link
Contributor

Hola @astrojuanlu . Efectivamente el workflow de deployment de Jekyll se puede eliminar.

El correcto debería ser https://github.com/python-spain/web-ng/blob/main/.github/workflows/deploy.yml que publica en gh-pages.

¿Cómo quieres integrar lo de Telegram en este repositorio? ¿Que cada vez que se añada un nuevo evento se publique por Telegram?

@astrojuanlu
Copy link
Member Author

Hay varias maneras de hacerlo. Por ejemplo, cada vez que https://github.com/python-spain/eventos-automaticos detecta que hay un evento nuevo, se podría publicar en la web (aparte de en Telegram y cualquier otro canal que tengamos).

En todo caso, eso está separado de borrar el workflow de Jekyll.

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