Skip to content

Commit

Permalink
add remote
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrylyzo committed May 4, 2024
1 parent e96fff2 commit d393df8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sync-wiki.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:

- name: Add Wiki remote
run: |
echo ${{ github.server_url }}/${{ github.repository }}
# git remote add wiki
git remote add wiki ${{ github.server_url }}/${{ github.repository }}.wiki.git
git fetch wiki
# - name: 'Push 'wiki' branch to Wiki repo'
# run: |
Expand Down

0 comments on commit d393df8

Please sign in to comment.