Skip to content

Commit

Permalink
Finalize the wiki build action
Browse files Browse the repository at this point in the history
  • Loading branch information
Bilal2453 authored Jul 20, 2024
1 parent 3f602bb commit 9bd3b10
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/rebuild-wiki.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,12 @@ jobs:
cd repo
../luvit docgen.lua
- run: ls $GITHUB_WORKSPACE

- name: Updating wiki repo
run: |
mv -f $GITHUB_WORKSPACE/repo/docs/* $GITHUB_WORKSPACE/wiki/
cd $GITHUB_WORKSPACE/wiki
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git add .
git commit -m '$(git rev-parse --short --verify main)'
git commit -m "Rebuild for commit #$(git rev-parse --short --verify main)"
git push

0 comments on commit 9bd3b10

Please sign in to comment.