From c26471a808e2f89659fcb2065c68c11b769306a0 Mon Sep 17 00:00:00 2001 From: Inaki Fernandez Date: Sun, 28 Nov 2021 21:48:39 +0100 Subject: [PATCH] gitflow update + nubenetes update --- .github/workflows/main.yml | 2 ++ mkdocs.yml | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) 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