Skip to content

Commit

Permalink
Update document_package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
buehlere committed Apr 25, 2024
1 parent 8491ff6 commit ec15743
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/document_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
- name: Write Docs
id: write_docs
run: |
git checkout docs
git checkout ${{ steps.extract_branch.outputs.branch }} README.md
git checkout origin/docs
git checkout ${{ steps.extract_branch.outputs.branch }} -- README.md
- uses: EndBug/add-and-commit@v9
with:
default_author: github_actions
Expand Down

0 comments on commit ec15743

Please sign in to comment.