diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 4f47cfb..86b0864 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -19,5 +19,6 @@ jobs: run: | git config --global user.email "noreply@example.com" git config --global user.name Documentation + git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY npm install npm run docs:deploy