Skip to content

Commit

Permalink
fix: docs workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrunton committed Aug 25, 2024
1 parent a3441ba commit e11b014
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 @@ -4,7 +4,7 @@ name: Deploy static content to Pages
on:
# Runs on pushes targeting the default branch
push:
branches: ["main"]
# branches: ["main"]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand All @@ -29,8 +29,8 @@ jobs:
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
steps:
- uses: pnpm/action-setup@v4
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- run: pnpm --filter api install
- run: pnpm --filter api run docs:generate
- name: Setup Pages
Expand Down

0 comments on commit e11b014

Please sign in to comment.