From 38e69b5e3c553425d8d75fa6378830d2f87adfa2 Mon Sep 17 00:00:00 2001 From: Andrew Chen Wang <60190294+Andrew-Chen-Wang@users.noreply.github.com> Date: Tue, 16 Jun 2020 19:59:45 -0400 Subject: [PATCH] Add full-scale GitHub wiki page action My GitHub wiki page is based on one that is already listed https://github.com/Decathlon/wiki-page-creator-action but the mine is different in that it allows for any type of file, not just Markdown, and allows for deletion of pages if the file is deleted, unlike the other repository in which if the files are deleted, then the wiki DOES NOT reflect that (as in the wiki's page is still there). Repo: https://github.com/Andrew-Chen-Wang/github-wiki-action Marketplace: https://github.com/marketplace/actions/github-wiki-action --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2a34ede..c588c7f 100644 --- a/README.md +++ b/README.md @@ -135,6 +135,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Enforce Policies on GitHub Repositories and Commits](https://github.com/talos-systems/conform) - [Auto Label Issue Based on Issue Description](https://github.com/Renato66/auto-label) - [Update Configured GitHub Actions to the Latest Versions](https://github.com/fabasoad/ghacu) +- [Create/Update/Delete your GitHub wiki pages based on any file](https://github.com/Andrew-Chen-Wang/github-wiki-action) ### Collection of Actions