-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed workflow and updated AUTHORS file
- Loading branch information
Showing
4 changed files
with
13 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |