We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b743693 commit 234a05aCopy full SHA for 234a05a
.github/workflows/deploy.yml
@@ -1,5 +1,15 @@
1
name: deploy gh-pages
2
-on: [push]
+on:
3
+ push:
4
+ branches: [main]
5
+ pull_request:
6
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
13
jobs:
14
build:
15
runs-on: ubuntu-latest
.gitignore
@@ -1,2 +1,3 @@
docs/build
*.swp
+docs/source/images/people/.DS_Store
0 commit comments