Skip to content

Commit

Permalink
Merge pull request #92 from wemogy/SebastianKuesters-patch-1
Browse files Browse the repository at this point in the history
Fixed Release pipeline
  • Loading branch information
SebastianKuesters authored May 31, 2023
2 parents 58d218b + e581cdd commit 0a533e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ jobs:
with:
node-version: "16.x"
- run: yarn install
working-directory: docs
working-directory: docs/public
- run: yarn build
working-directory: docs
working-directory: docs/public
- run: |
git config --global user.name $GITHUB_ACTOR
git config --global user.email $GITHUB_ACTOR@users.noreply.github.com
Expand Down

0 comments on commit 0a533e7

Please sign in to comment.