Skip to content

Commit

Permalink
test call
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrylyzo committed May 4, 2024
1 parent 074f73f commit cd77fe1
Showing 1 changed file with 2 additions and 20 deletions.
22 changes: 2 additions & 20 deletions .github/workflows/sync-wiki.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,7 @@ on:
push:
branches:
- wiki/master
workflow_dispatch:

jobs:
wiki-sync:
name: Sync Wiki
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v4.1.1
with:
ref: wiki/master
fetch-depth: 100

- name: Add Wiki remote
run: |
git remote add wikirepo ${{ github.server_url }}/${{ github.repository }}.wiki.git
git fetch wikirepo
- name: 'Push Wiki branch to Wiki repo'
run: |
git push wikirepo wiki/master:master
call-wiki-sync:
uses: ${{ github.server_url }}/${{ github.repository }}/.github/workflows/sync-wiki.yml@master

0 comments on commit cd77fe1

Please sign in to comment.