Skip to content

Commit

Permalink
build: use env instead of with for push to gh-pages action
Browse files Browse the repository at this point in the history
  • Loading branch information
jpoehnelt committed Jan 17, 2025
1 parent 819c16f commit 313f965
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
# only main
- uses: s0/git-publish-subdir-action@61eb9e6420447e7cbf010f7cce37103665c46bfa
if: github.ref == 'refs/heads/main'
with:
env:
REPO: self
BRANCH: gh-pages
FOLDER: storybook-static
Expand All @@ -42,7 +42,7 @@ jobs:
# only tags
- uses: s0/git-publish-subdir-action@61eb9e6420447e7cbf010f7cce37103665c46bfa
if: github.ref == 'refs/tags/*'
with:
env:
REPO: self
BRANCH: gh-pages
FOLDER: storybook-static
Expand Down

0 comments on commit 313f965

Please sign in to comment.