From 157836841421eb948c277206f7501bd8cc642601 Mon Sep 17 00:00:00 2001 From: Guillermo Gonzalez-Santander Date: Thu, 18 Apr 2024 18:10:35 +0200 Subject: [PATCH] Fixed workflow and updated AUTHORS file --- .github/workflows/build_docs.yml | 2 +- .github/workflows/notify_new_deployment.yml | 2 +- AUTHORS | 4 +++- docs/source/AUTHORS.txt | 10 ++++++++-- 4 files changed, 13 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build_docs.yml b/.github/workflows/build_docs.yml index 18a7b9424..6bb7a59d6 100644 --- a/.github/workflows/build_docs.yml +++ b/.github/workflows/build_docs.yml @@ -38,7 +38,7 @@ jobs: run: | git clone https://github.com/baobabsoluciones/cornflow.git --branch gh-pages --single-branch gh-pages rm -rf gh-pages/* - cp -r cornflow-server/docs/build/html/* gh-pages/ + cp -r docs/build/html/* gh-pages/ cd gh-pages touch .nojekyll git config --local user.email "action@github.com" diff --git a/.github/workflows/notify_new_deployment.yml b/.github/workflows/notify_new_deployment.yml index 4090ca400..70572c8c3 100644 --- a/.github/workflows/notify_new_deployment.yml +++ b/.github/workflows/notify_new_deployment.yml @@ -13,7 +13,7 @@ jobs: - name: Notify slack channel uses: slackapi/slack-github-action@v1.23.0 with: - slack-message: "A new image of cornflow server is being built and should be deployed in around 30 minutes" + slack-message: "A new image of cornflow server is being built and should be deployed in around 30 minutes (in the development server)" channel-id: ${{ secrets.SLACK_CHANNEL }} env: SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_USER_OAUTH_ACCESS_TOKEN }} \ No newline at end of file diff --git a/AUTHORS b/AUTHORS index 4ab08ce40..b734ec716 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,10 +1,12 @@ Alejandra García Alejandro Ferreira +Daniel Cruz David Ampuero Franco Peschiera Guillermo González-Santander Hugo Larzabal Jaime Sotomayor -Luis Pita +Luis Pita-Romero +Marcos Herrero Marion Cottard Marta Maña \ No newline at end of file diff --git a/docs/source/AUTHORS.txt b/docs/source/AUTHORS.txt index 2aada3fcc..b734ec716 100644 --- a/docs/source/AUTHORS.txt +++ b/docs/source/AUTHORS.txt @@ -1,6 +1,12 @@ +Alejandra García +Alejandro Ferreira +Daniel Cruz David Ampuero -David López Franco Peschiera Guillermo González-Santander Hugo Larzabal -Marion Cottard \ No newline at end of file +Jaime Sotomayor +Luis Pita-Romero +Marcos Herrero +Marion Cottard +Marta Maña \ No newline at end of file