Skip to content

Commit

Permalink
Update workflow to configure Git Safe Directory and copy README to Wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianPrieber committed Sep 24, 2024
1 parent aa257a5 commit 85c55ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/copy-readme-to-wiki.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Configure Git Safe Directory
run: git config --global --add safe.directory /wiki
- name: Copy README to Wiki
run: |
mkdir -p wiki
cp README.md wiki/
- name: Configure Git Safe Directory
run: git config --global --add safe.directory /wiki
- name: Sync Wiki
uses: joeizzard/action-wiki-sync@master
with:
Expand Down

0 comments on commit 85c55ec

Please sign in to comment.