diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 586a3252..0dd286cd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,4 +16,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.PERSONAL_TOKEN }} CUSTOM_DOMAIN: nubenetes.com GOOGLE_ANALYTICS_KEY: ${{ secrets.GOOGLE_ANALYTICS_KEY }} + EXTRA_PACKAGES: build-base + REQUIREMENTS: requirements.txt diff --git a/mkdocs.yml b/mkdocs.yml index ff9c2fa0..f1cb4de2 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,11 +1,11 @@ site_name: Nubenetes -site_url: https://redhatspain.com +site_url: https://nubenetes.com site_description: A curated list of awesome IT projects and resources. Inspired by the awesome list. -site_author: info@redhatspain.com +site_author: nubenetes@gmail.com docs_dir: docs/ #repo_name: 'GitHub' repo_name: nubenetes/awesome-kubernetes -repo_url: https://github.com/redhatspain/awesome-kubernetes +repo_url: https://github.com/nubenetes/awesome-kubernetes edit_uri: "" theme: name: material