From d1500baae149a1b483550f45ff572a57c1dc64b3 Mon Sep 17 00:00:00 2001 From: Aria Moradi Date: Wed, 19 May 2021 03:21:47 +0430 Subject: [PATCH] try with access token --- .github/workflows/build_push.yml | 1 + CONTRIBUTING.md | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_push.yml b/.github/workflows/build_push.yml index f3efe3f..05e4562 100644 --- a/.github/workflows/build_push.yml +++ b/.github/workflows/build_push.yml @@ -81,6 +81,7 @@ jobs: repository: 'Suwayomi/Tachidesk-preview' ref: main path: preview + token: ${{ secrets.DEPLOY_PREVIEW_TOKEN }} - name: Deploy preview run: | diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b0ffbcc..2d9d3c8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -46,7 +46,7 @@ run `./gradlew :server:run --stacktrace` to run the server ### webUI How to do it is described in `webUI/react/README.md` but for short, first cd into `webUI/react` then run `yarn` to install the node modules(do this only once) - then `yarn start` to start the development server, if a new browser window doesn't get opned automatically, + then `yarn start` to start the development server, if a new browser window doesn't get opened automatically, then open `http://127.0.0.1:3000` in a modern browser. This is a `create-react-app` project and supports HMR and all the other goodies you'll need. diff --git a/README.md b/README.md index 1a6b45a..3be5588 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Download the latest "Stable" jar release from [the releases section](https://git Double click on the jar file or run `java -jar Tachidesk-vX.Y.Z-rxxx.jar` (or `java -jar Tachidesk-latest.jar` if you have the latest preview) from a Terminal/Command Prompt window to run the app which will open a new browser window automatically. Also the System Tray Icon is your friend if you need to open the browser window again or close Tachidesk. ### Windows -Download the latest win32 release from [the releases section](https://github.com/Suwayomi/Tachidesk/releases). +Download the latest win32 or win64 (depending on your system, usually you want win64) release from [the releases section](https://github.com/Suwayomi/Tachidesk/releases). The Windows specific build has java bundled inside, so you don't have to install java to use it. Unzip `Tachidesk-vX.Y.Z-rxxx-win64.zip` and run `Tachidesk Launcher.exe` or `Tachidesk Launcher.bat`. The rest works like the previous section.