Skip to content

Commit

Permalink
Rename README.md to HOME.md in copy-readme-to-wiki.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianPrieber committed Sep 24, 2024
1 parent e488e29 commit 01e0a37
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/copy-readme-to-wiki.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Rename README.md to HOME.md
run: |
if [ -f README.md ]; then
mv README.md HOME.md
fi
- uses: Andrew-Chen-Wang/github-wiki-action@v4
with:
token: ${{ secrets.GH_TOKEN }}
preprocess: true
path: .

0 comments on commit 01e0a37

Please sign in to comment.