Skip to content

Merge pull request #6 from posit-conf-2023/isabelizimm-patch-1 #2

Merge pull request #6 from posit-conf-2023/isabelizimm-patch-1

Merge pull request #6 from posit-conf-2023/isabelizimm-patch-1 #2

Workflow file for this run

name: "Deploy docs to GHPages"
on:
workflow_dispatch:
push:
branches: ['main']
jobs:
build-deploy:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v3