Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamGrzybkowski committed Dec 3, 2024
1 parent cb717e2 commit 6148c5f
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Checkout the branch with the docs
uses: actions/checkout@v4
with:
ref: 'docs'
ref: 'adam/only_docs'
path: 'docs'
- name: Print the current directory
run: ls
Expand Down Expand Up @@ -56,7 +56,4 @@ jobs:
git config user.email [email protected]
# git commit -m "Update API documentation for ${{ github.ref_name }}"
git commit -m "Update API documentation for VERSION_HERE"
#git push origin docs
- name: Print the docs directory
working-directory: ./docs/history
run: ls
git push origin adam/only_docs

0 comments on commit 6148c5f

Please sign in to comment.