Skip to content

Commit

Permalink
attempt to fix wiki build
Browse files Browse the repository at this point in the history
  • Loading branch information
Bilal2453 authored Jul 20, 2024
1 parent de63bb9 commit 36f3447
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rebuild-wiki.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:

- name: Updating wiki repo
run: |
mv -f ./docs/* ./wiki/
cd ./wiki
mv -f ./docs/* $GITHUB_WORKSPACE/wiki
cd $GITHUB_WORKSPACE/wiki
git add .
git commit -m '$(git rev-parse --short --verify main)'
git push

0 comments on commit 36f3447

Please sign in to comment.