From b782b4fca3f5794ece0935ced3b7c91a62f29b3a Mon Sep 17 00:00:00 2001 From: actionless Date: Sun, 26 Jun 2022 22:10:08 +0200 Subject: [PATCH] doc(readme; doing_a_release): replace travis to gh-actions --- README.md | 4 ++-- doing_a_release.mdwn | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dfe6dde..b722524 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Website for awesome WM -[![Build Status](https://travis-ci.org/awesomeWM/awesome-www.svg?branch=master)](https://travis-ci.org/awesomeWM/awesome-www) +[![Build Status](https://github.com/awesomeWM/awesome-www/actions/workflows/www.yml/badge.svg)](https://github.com/awesomeWM/awesome-www/actions/workflows/www.yml) This is the main source of the [website for the awesome window manager](https://awesomewm.org/). @@ -74,7 +74,7 @@ section in `recipes.mdwn` file. ## Publishing The master branch gets built by -[Travis CI](https://travis-ci.org/awesomeWM/awesome-www/), and is then published +[GH Actions](https://github.com/awesomeWM/awesome-www/actions), and is then published through [Github's Organization Pages](https://github.com/awesomeWM/awesomeWM.github.io). diff --git a/doing_a_release.mdwn b/doing_a_release.mdwn index 7035ae1..5a22402 100644 --- a/doing_a_release.mdwn +++ b/doing_a_release.mdwn @@ -31,7 +31,7 @@ The following steps are done in a checkout of the *awesome-www* git repository. * In the awesome-www repository (push just the release branch!) * In the awesome repository (make sure the tag is also pushed!) * Create a pull request to the awesome-www repository for the release branch. - This makes sure that the Travis build will be successful when merging into the + This makes sure that the Github-Actions build will be successful when merging into the master branch. * Create the release on GitHub: * Go to the GitHub release page .