Skip to content

Latest commit

 

History

History
57 lines (40 loc) · 2.38 KB

README.md

File metadata and controls

57 lines (40 loc) · 2.38 KB

Kongying Tavern Team Github Config And Workflows Templates

This is Kongying Tavern Tema github repository configuration.

Features

Check list

When you use this template, try follow the checklist to update your info properly

  • Check the language in .github/workflows/codeql-analysis.yml
  • Modify the branch and paths-ignore in workflows
  • Replace or delete discussion items in .github/ISSUE_TEMPLATE/config.yml
  • Check whether the script in the workflow matches the one in your project
  • If your package management tool is not pnpm, please refer to .github/workflows/pages.yml to modify
  • Add script "envinfo": "npx envinfo --npmPackages --system --browsers --binaries --duplicates" in package.json
  • Change the author name in LICENSE
  • Clean up the README and remove CHANGELOG

GitHub Pages

  1. Set the correct base config.

    If you are deploying to https://<USERNAME>.github.io/, you can omit this step as base defaults to "/".

    If you are deploying to https://<USERNAME>.github.io/<REPO>/, for example your repository is at https://github.com/<USERNAME>/<REPO>, then set base to "/<REPO>/".

Usage

Copy the .github folder to your project root directory

Thanks

This project is heavily inspired by the following awesome projects.

License

MIT