From 4d6fb188bec414b24b4ae6d74624975de6a9a47f Mon Sep 17 00:00:00 2001 From: John Brunton Date: Thu, 15 Aug 2024 22:40:39 +0100 Subject: [PATCH] fix: docs action --- .github/workflows/docs.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index d45f98a9..3c39b664 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", "fix-docs-action"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: @@ -41,8 +41,7 @@ jobs: - name: Upload artifact uses: actions/upload-pages-artifact@v3 with: - # Upload entire repository - path: 'docs' + path: "services/api/docs" - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v4