Skip to content

Commit

Permalink
Manual action (#7)
Browse files Browse the repository at this point in the history
* Allow manual action

* Update deploy.yml
  • Loading branch information
bburke38 authored Mar 25, 2024
1 parent b743693 commit 234a05a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
name: deploy gh-pages
on: [push]
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
inputs:
debug_enabled:
description: 'Run the build with tmate debugging enabled (https://github.com/marketplace/actions/debugging-with-tmate)'
required: false
default: false
jobs:
build:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
docs/build
*.swp
docs/source/images/people/.DS_Store

0 comments on commit 234a05a

Please sign in to comment.