Skip to content

Commit

Permalink
Update documentation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Bizarrus authored Sep 10, 2024
1 parent 433a6b5 commit 9571fd4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: ldeluigi/markdown-docs@latest
with:
src: ./src/
dst: ./build/
dst: ./wiki/
title: fruithost
language: en
icon: library
Expand All @@ -35,8 +35,6 @@ jobs:
- name: Commit changes
if: github.event_name == 'push'
run: |
set -e
cp ./build/ ./wiki/
git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}"
git config --global user.email "fruithost@users.noreply.github.com"
git add .
Expand Down

0 comments on commit 9571fd4

Please sign in to comment.