Skip to content

Commit

Permalink
fix: Update path in publish docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jlacivita committed Jun 15, 2023
1 parent 9446dd6 commit 9881383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE_BOT_PAT }} # <-- Allows semantic-release-bot to push changes to protected branches
npm_config_tag: ${{ env.NPM_DIST_TAG }} # <-- For main, this is `latest.` Otherwise, `next`, `next-major`, etc. See ./.releaserc for release branch config.
run: |
npm run publish:docs /tmp/firebolt-docs/apis
npm run publish:docs /tmp/firebolt-docs
cd /tmp/firebolt-docs
git config --global user.email "you@example.com"
git config --global user.name "Your Name"
Expand Down

0 comments on commit 9881383

Please sign in to comment.