From cf9bdf65234b1b9e637922d1a694348915ddbbd8 Mon Sep 17 00:00:00 2001 From: Nicco Date: Sun, 13 Dec 2020 16:44:26 +0100 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index ff7ff48..bb65273 100644 --- a/README.md +++ b/README.md @@ -33,3 +33,13 @@ Uses basic auth for the rest api. - `token`: You can generate the token [here](https://id.atlassian.com/manage-profile/security/api-tokens). Link to [Docs](https://confluence.atlassian.com/cloud/api-tokens-938839638.html) - `to`: The page ID can be found by simply navigating to the page where you want the content to be postet to and looke at the url. It will look something like this: `https://.atlassian.net/wiki/spaces//pages//` + + +## Development + +1. Clone the repo +2. Install [act](https://github.com/nektos/act) +3. Create the same config in the repo folder as in the getting started section above. +4. Change `uses: confluence-markdown-sync` -> `uses: ./` +5. Create an example markdown file `Some.md` and set it in the config `from: './Some.md'` +6. Run locally `act -b`