diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 00000000..85de035b --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,18 @@ +name: Publish docs via GitHub Pages +on: + push: + branches: + - mkdocs-material +jobs: + build: + name: Deploy docs + runs-on: ubuntu-latest + steps: + - name: Checkout master + uses: actions/checkout@v2 + - name: Deploy MkDocs + uses: mhausenblas/mkdocs-deploy-gh-pages@1.12 + env: + GITHUB_TOKEN: ${{ secrets.PERSONAL_TOKEN }} + CUSTOM_DOMAIN: redhatspain.com + diff --git a/README.md b/README.md index 9693d6b5..bfddf4fc 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A curated list of awesome references collected in 2018. Readable content can be reached at: - [awesome-kubernetes.readthedocs.io](https://awesome-kubernetes.readthedocs.io) -A new MKDocs theme is being tested at: +A new and recommended MKDocs theme is available at: - [redhatspain.com](https://redhatspain.com) - [redhatspain.github.io](https://redhatspain.github.io/) diff --git a/docs/index.md b/docs/index.md index c63782cf..75ec37c9 100644 --- a/docs/index.md +++ b/docs/index.md @@ -6,10 +6,11 @@ Microservices architectures rely on DevOps practices, automation, CI/CD (continu "I do not believe you can do today's job with yesterday's methods and be in business tomorrow." ([Horatio Nelson Jackson](https://www.history.com/news/the-first-great-american-road-trip))
-[New site under construction here!](https://www.redhatspain.com) - [![openshift videos](images/openshift_logo.jpg)](https://www.youtube.com/user/rhopenshift) [![jenkins videos](images/cloudbees_logo.jpg)](https://www.youtube.com/user/CloudBeesTV)
+