Skip to content

Commit

Permalink
fix: docs deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
einaralex committed Jan 7, 2025
1 parent df3d5be commit 849fc7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ jobs:
run: pnpm build

- name: Generate Documentation
if: github.ref == 'refs/heads/main'
if: ${{ needs.release-please.outputs.releases_created }}
run: pnpm run generate-docs

- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v4
if: github.ref == 'refs/heads/main'
if: ${{ needs.release-please.outputs.releases_created }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./apps/developer/build
Expand Down

0 comments on commit 849fc7f

Please sign in to comment.