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 eb1b4a6 commit 211c42d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,15 @@ jobs:
uses: actions/checkout@v3
with:
ref: main
- name: Check out code
uses: actions/checkout@v3
with:
ref: jcannon/documentation
- name: Merge docs branch
run: |
git config --global user.email "joshdcannon@gmail.com"
git config --global user.name "Joshua Cannon"
git fetch origin jcannon/documentation
git merge --allow-unrelated-histories origin/jcannon/documentation
git merge main
- name: Convert docs
run: |
docs/convert.sh
Expand Down

0 comments on commit 211c42d

Please sign in to comment.