From a54368bc3ea9ef17fccda8724e74b927a60d25b2 Mon Sep 17 00:00:00 2001 From: michalrozekariane Date: Tue, 19 Mar 2024 14:38:45 +0100 Subject: [PATCH] fix: scirpts update Signed-off-by: michalrozekariane --- .github/workflows/deploy.yml | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a9b6852..5e01a3f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -4,7 +4,8 @@ on: push: branches: - deploy-test - +permissions: + contents: write jobs: build: name: Build diff --git a/package.json b/package.json index 101b1a3..58daa88 100755 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "preview": "vite preview", "test": "jest", "predeploy": "npm run build", - "deploy": "gh-pages -d dist -t true" + "deploy": "gh-pages -d dist" }, "dependencies": { "@hashgraph/sdk": "^2.42.0",