Skip to content

chore: 499 remove hours_of_day argument from analysis config and repl… #159

chore: 499 remove hours_of_day argument from analysis config and repl…

chore: 499 remove hours_of_day argument from analysis config and repl… #159

Workflow file for this run

name: "Binder branch"
on:
push:
branches: [ master ]
permissions:
contents: write
jobs:
docs:
name: Checkout examples into separate directory.
runs-on: ubuntu-latest
defaults:
run:
shell: bash -l {0}
steps:
- name: Checkout source
uses: actions/checkout@v2
- name: Deploy
uses: s0/git-publish-subdir-action@develop
env:
REPO: self
BRANCH: jupyter-binder
FOLDER: examples
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SQUASH_HISTORY: true