Skip to content

Merge pull request #712 from fippo/plotly #39

Merge pull request #712 from fippo/plotly

Merge pull request #712 from fippo/plotly #39

name: Deploy samples to gh-pages branch
on:
push:
paths:
- 'samples/**'
- '.github/workflows/deploy-samples.yml'
branches:
- main
workflow_dispatch:
jobs:
main:
runs-on: ubuntu-20.04
steps:
# See doc at https://github.com/actions/checkout#checkout-v2
- name: Checkout repository
uses: actions/checkout@v2
# See doc at https://github.com/marketplace/actions/deploy-to-github-pages
- name: Deploy samples
uses: JamesIves/github-pages-deploy-action@4.1.1
with:
branch: gh-pages
folder: samples
target-folder: samples