Skip to content

Commit

Permalink
Repairing broken link to docs repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucía M. Polis authored Nov 29, 2024
1 parent f876bbd commit e155525
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 --set-upstream public ${GITHUB_REF_NAME}:gh-pages
git push --force --set-upstream public ${GITHUB_REF_NAME}:gh-pages
env:
GIT_SSH_COMMAND: ssh -i /tmp/key

Expand Down

0 comments on commit e155525

Please sign in to comment.