From 8cf7a7d35d12ea4e7444a1577a73f3a994951155 Mon Sep 17 00:00:00 2001 From: Chukwuemeka Ajima Date: Wed, 8 May 2024 16:16:20 +0200 Subject: [PATCH] chore(actions): update github actions - add github PR deployment link --- .github/workflows/docs.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index bf165a5de..30dd3df68 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -41,6 +41,7 @@ jobs: uses: chrnorm/deployment-action@v2 id: deployment with: - # token: ${{ steps.generate_github_token.outputs.token }} + token: ${{ steps.generate_github_token.outputs.token }} environment-url: https://commercetools.github.io/commercetools-sdk-typescript - environment: production \ No newline at end of file + environment: production + repo: gh-pages \ No newline at end of file