Skip to content

Commit

Permalink
test 3
Browse files Browse the repository at this point in the history
  • Loading branch information
PengiCoder committed Sep 2, 2024
1 parent c59383f commit 59b2546
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,10 @@ jobs:
rm -rf website-repo/wiki/*
cp -r site/* website-repo/wiki/
- name: Commit and push changes
run: |
cd website-repo
git config --global user.name 'github-actions[bot]'
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
COMMIT_MESSAGE=$(echo ${{ env.COMMIT_MESSAGE }} | base64 --decode || echo "Update wiki")
git add .
git commit -m "Wiki: $COMMIT_MESSAGE"
git push
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: releases/v4
folder: .
clean: false
single-commit: true

0 comments on commit 59b2546

Please sign in to comment.