Skip to content

Commit

Permalink
fix: attempting to fix docs deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
einaralex committed Jan 7, 2025
1 parent 849fc7f commit f8692a4
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,9 @@ jobs:
- name: Build
run: pnpm build

- name: Generate Documentation
if: ${{ needs.release-please.outputs.releases_created }}
run: pnpm run generate-docs

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

0 comments on commit f8692a4

Please sign in to comment.