Skip to content

Commit

Permalink
Completing the fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mig281 authored Nov 29, 2024
1 parent e155525 commit 5e1644b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Push to remote gh-pages branch
run: |
git remote add -t ${GITHUB_REF_NAME} -m gh-pages public [email protected]:Qumulo/docs
git push --force --set-upstream public ${GITHUB_REF_NAME}:gh-pages
git push --set-upstream public ${GITHUB_REF_NAME}:gh-pages
env:
GIT_SSH_COMMAND: ssh -i /tmp/key

Expand Down

0 comments on commit 5e1644b

Please sign in to comment.