Skip to content

Commit 234a05a

Browse files
authored
Manual action (#7)
* Allow manual action * Update deploy.yml
1 parent b743693 commit 234a05a

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.github/workflows/deploy.yml

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
name: deploy gh-pages
2-
on: [push]
2+
on:
3+
push:
4+
branches: [main]
5+
pull_request:
6+
branches: [main]
7+
workflow_dispatch:
8+
inputs:
9+
debug_enabled:
10+
description: 'Run the build with tmate debugging enabled (https://github.com/marketplace/actions/debugging-with-tmate)'
11+
required: false
12+
default: false
313
jobs:
414
build:
515
runs-on: ubuntu-latest

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
docs/build
22
*.swp
3+
docs/source/images/people/.DS_Store

0 commit comments

Comments
 (0)