Skip to content

Merge pull request #171 from uclahs-cds/sfitz-release-10.1.0-rc.1 #15

Merge pull request #171 from uclahs-cds/sfitz-release-10.1.0-rc.1

Merge pull request #171 from uclahs-cds/sfitz-release-10.1.0-rc.1 #15

Workflow file for this run

---
name: Build and Deploy Docs
on:
workflow_dispatch:
push:
branches:
- main
tags:
- 'v[0-9]*'
jobs:
build:
name: Deploy docs
runs-on: ubuntu-latest
steps:
- name: Checkout main
uses: actions/checkout@v4
- name: Deploy docs
uses: uclahs-cds/tool-Nextflow-action/build-and-deploy-docs@main