Skip to content

Commit

Permalink
Fixed workflow and updated AUTHORS file
Browse files Browse the repository at this point in the history
  • Loading branch information
ggsdc committed Apr 18, 2024
1 parent bb729a7 commit 1578368
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/notify_new_deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Notify slack channel
uses: slackapi/[email protected]
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 }}
4 changes: 3 additions & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
@@ -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
10 changes: 8 additions & 2 deletions docs/source/AUTHORS.txt
Original file line number Diff line number Diff line change
@@ -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
Jaime Sotomayor
Luis Pita-Romero
Marcos Herrero
Marion Cottard
Marta Maña

0 comments on commit 1578368

Please sign in to comment.