From e11b014a88795c1eb76dbb29b69ce795d0464aff Mon Sep 17 00:00:00 2001 From: John Brunton Date: Sun, 25 Aug 2024 19:50:08 +0100 Subject: [PATCH] fix: docs workflow --- .github/workflows/docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 92cf4c61..b3f2b282 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -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: @@ -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