Skip to content

Commit

Permalink
build: specify repo for gh-pages action step
Browse files Browse the repository at this point in the history
  • Loading branch information
jpoehnelt committed Jan 17, 2025
1 parent 7d94250 commit 63c98aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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 }}
Expand Down

0 comments on commit 63c98aa

Please sign in to comment.