Skip to content

Commit

Permalink
Add new doc generation Action
Browse files Browse the repository at this point in the history
  • Loading branch information
nwiltsie committed Mar 6, 2024
1 parent 8cc230e commit 0e46d43
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/deploy-docs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
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

0 comments on commit 0e46d43

Please sign in to comment.