-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
I have just enabled this action and moved my wiki into a wiki/
directory.
After running the action, it looks like this
This is my workflow
name: Publish wiki
on:
push:
# branches: [main]
paths:
- wiki/**
- .github/workflows/publish-wiki.yml
concurrency:
group: publish-wiki
cancel-in-progress: true
permissions:
contents: write
jobs:
publish-wiki:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: Andrew-Chen-Wang/github-wiki-action@v4
And I get this output... Where it says that it renames Home to README.
Metadata
Metadata
Assignees
Labels
No labels