diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 8c182ab..401541c 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -34,6 +34,7 @@ jobs: - uses: s0/git-publish-subdir-action@v2.6.0 if: github.ref == 'refs/heads/main' with: + REPO: self BRANCH: gh-pages FOLDER: storybook-static GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -42,6 +43,7 @@ jobs: - uses: s0/git-publish-subdir-action@v2.6.0 if: github.ref == 'refs/tags/*' with: + REPO: self BRANCH: gh-pages FOLDER: storybook-static GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}