Skip to content

Commit

Permalink
Fix docs deploy not using branch input
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
  • Loading branch information
MasterOdin committed Jun 3, 2024
1 parent 1302418 commit 45fad22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy_docs_0x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{ github.event.inputs.branch }}

- name: Push to dokku
uses: dokku/github-action@master
Expand Down

0 comments on commit 45fad22

Please sign in to comment.