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 f2b1e63 commit f432b33
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,18 @@ jobs:
- name: Check out code
uses: actions/checkout@v3
with:
ref: main
repository: thejcannon/pants
ref: jcannon/documentation
- name: Check out code
uses: actions/checkout@v3
with:
ref: jcannon/documentation
repository: thejcannon/pants
ref: main
- name: Merge docs branch
run: |
git config --global user.email "joshdcannon@gmail.com"
git config --global user.name "Joshua Cannon"
git merge origin/main
git cherry-pick thejcannon/pants
- name: Convert docs
run: |
docs/convert.sh
Expand Down

0 comments on commit f432b33

Please sign in to comment.