Skip to content

Commit

Permalink
fix the checkout path of wiki repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Bilal2453 authored Jul 19, 2024
1 parent 639e483 commit 293151d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/rebuild-wiki.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- run: echo ${{ github.repository }}

- run: echo $github.repository

- uses: actions/checkout@v4
with:
repository: '${{ github.repository }}.wiki.git'
path: '/wiki'
path: 'wiki'

- name: Install Luvit
run: curl -L https://github.com/luvit/lit/raw/master/get-lit.sh | sh
Expand Down

0 comments on commit 293151d

Please sign in to comment.