Skip to content

Commit

Permalink
Update docs.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
thejcannon authored Aug 4, 2023
1 parent 8b45225 commit 170debc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Build experimental docs
on:
push:
branches: ["main"]
branches: ["main", "jcannon/documentation"]
workflow_dispatch:

permissions:
Expand All @@ -16,6 +16,8 @@ jobs:
steps:
- name: Check out code
uses: actions/checkout@v3
with:
ref: main
- name: Merge docs branch
run: |
git config --global user.email "joshdcannon@gmail.com"
Expand Down

0 comments on commit 170debc

Please sign in to comment.