Skip to content

Fix/553 simplified attributes should be summarised (#556) #185

Fix/553 simplified attributes should be summarised (#556)

Fix/553 simplified attributes should be summarised (#556) #185

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