Skip to content

Commit

Permalink
Merge pull request #3 from lanl/adamdempsey90-patch-1
Browse files Browse the repository at this point in the history
Try to get docs to publish
  • Loading branch information
adamdempsey90 authored Nov 5, 2024
2 parents edeb390 + 037e09f commit 835879f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,25 +1,17 @@

name: Build And Deploy Docs

# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the "develop" branch
push:
branches: [ "develop" ]
pull_request:
branches: [ "develop" ]
release:
types:
- created

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"
build:
# The type of runner that the job will run on
runs-on: ubuntu-22.04

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 835879f

Please sign in to comment.