Skip to content

Merge pull request #833 from w3c/aboba-patch-5 #47

Merge pull request #833 from w3c/aboba-patch-5

Merge pull request #833 from w3c/aboba-patch-5 #47

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:/actions/checkout#checkout-v2
- name: Checkout repository
uses: actions/checkout@v2
# See doc at https:/marketplace/actions/deploy-to-github-pages
- name: Deploy samples
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: samples
target-folder: samples