Skip to content

Commit

Permalink
Merge pull request #25 from INESCTEC/feat/workflow
Browse files Browse the repository at this point in the history
Feat/workflow
  • Loading branch information
MJBranco18 authored Dec 15, 2024
2 parents 64c1e16 + 13089cc commit 6bc90ab
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 13 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/auto-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: Redeploy Site

on:
push:
branches:
- master
workflow_run:
workflows: ["Update JSON Files"]
types:
- completed

jobs:
deploy:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/update-json-files.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
name: Update JSON Files

on:
push:
branches:
- master
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
workflow_dispatch:

jobs:
update-json:
Expand Down
9 changes: 0 additions & 9 deletions public/projects_input.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,4 @@
[
{
"project_area": "Energy",
"project_name": "Predico",
"project_logo": "predico.png",
"project_website": "https://www.inesctec.pt/en/news/the-platform-that-seeks-to-revolutionise-the-forecasting-of-energy-production-is-collaborative-and-features-inesc-tec#about",
"project_description": "Collaborative analytics for the Energy Sector based on innovative collaborative forecasting algorithms that improve renewable energy or load predictability by combining data from different data owners.",
"project_topic": "predico",
"project_tags": ["Energy", "collaborative-forecasting", "forecasting"]
},
{
"project_area": "Energy",
"project_name": "Enershare",
Expand Down

0 comments on commit 6bc90ab

Please sign in to comment.