Skip to content

update platform from ubuntu-20.04 to ubuntu-latest #50

update platform from ubuntu-20.04 to ubuntu-latest

update platform from ubuntu-20.04 to ubuntu-latest #50

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-latest
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/[email protected]
with:
branch: gh-pages
folder: samples
target-folder: samples