Skip to content

Commit

Permalink
Improve Tempo predictions
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinetavant committed Sep 20, 2024
1 parent 943ecdb commit 14cca65
Show file tree
Hide file tree
Showing 5 changed files with 1,699 additions and 331 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/page_deploy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: documentation

on: [push, pull_request, workflow_dispatch]
on:
push:
branches:
- main

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
Expand Down Expand Up @@ -37,4 +40,4 @@ jobs:
path: './doc/_build'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
uses: actions/deploy-pages@v4
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -168,3 +168,4 @@ data/silver/*.nc
data/silver/weather_forecasts/*.nc
data/geo/*.nc
.vscode/settings.json
data/bronze/observations/*.csv.gz
Loading

0 comments on commit 14cca65

Please sign in to comment.