Rename ex10_analyzing_time_series_data.ipynb to sn10_analyzing_time_s… #110
This file contains hidden or 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
name: Container Build | |
on: | |
- pull_request | |
- push | |
jobs: | |
docker: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
- name: Builds Docker Image | |
run: docker compose build notebook | |
- name: Stops Containers | |
run: docker compose down |