Skip to content

Commit

Permalink
Update documentation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Bizarrus committed Sep 10, 2024
1 parent 259eae3 commit 4360f9f
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,24 +19,3 @@ jobs:
run: |
git clone https://github.com/fruithost/Panel.git ./src/
git clone https://github.com/fruithost/Documentation.wiki.git ./wiki/
- name: Generate HTML from Markdown
uses: ldeluigi/markdown-docs@latest
with:
src: ./src/
dst: ./wiki/
title: fruithost
language: en
icon: library
primary-color: indigo
secondary-color: indigo
hide-repository: false

- name: Commit changes
if: github.event_name == 'push'
run: |
git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}"
git config --global user.email "fruithost@users.noreply.github.com"
cd ./wiki/
git add .
git diff-index --quiet HEAD || git commit -m "${{ env.CI_COMMIT_MESSAGE }}" && git push

0 comments on commit 4360f9f

Please sign in to comment.