Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not rename README to Home #77

Open
Jomik opened this issue Oct 1, 2024 · 1 comment
Open

Does not rename README to Home #77

Jomik opened this issue Oct 1, 2024 · 1 comment

Comments

@Jomik
Copy link

Jomik commented Oct 1, 2024

I have just enabled this action and moved my wiki into a wiki/ directory.
image
After running the action, it looks like this
image
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.
image

@Jomik
Copy link
Author

Jomik commented Oct 1, 2024

I have fixed this by pinning to the latest commit sha. I suppose the currently released v4 does not actually do this preprocessing, seems like a PR was reverted.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant