Skip to content

Commit

Permalink
ci: fetch full history
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarnadas committed Sep 16, 2024
1 parent 9963dd6 commit 4f2d7e1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish-source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@master
with:
fetch-depth: 0
- name: Setup ssh for git command
run: |
mkdir -p ~/.ssh
Expand All @@ -21,4 +23,4 @@ jobs:
- name: Push to public repository
run: |
git remote add public git@github.com:OrderlyNetwork/documentation-public.git
git push --force-with-lease public main
git push public main

0 comments on commit 4f2d7e1

Please sign in to comment.