From aff823c36f918ba89cc84789e161f9f793ed8953 Mon Sep 17 00:00:00 2001 From: Charissa Miller <48832936+clemiller@users.noreply.github.com> Date: Mon, 21 Oct 2024 13:00:46 -0400 Subject: [PATCH] update: remove depth & set working dir for zod2md --- .github/workflows/deploy-docusaurus.yml | 4 ++-- docusaurus/.gitignore | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-docusaurus.yml b/.github/workflows/deploy-docusaurus.yml index 3c5bd59..b68cb92 100644 --- a/.github/workflows/deploy-docusaurus.yml +++ b/.github/workflows/deploy-docusaurus.yml @@ -19,7 +19,6 @@ jobs: uses: actions/checkout@v4 with: ref: docusaurus - fetch-depth: 0 - name: Fetch schemas and package files from main run: | @@ -33,12 +32,13 @@ jobs: - name: Install zod2md run: npm install zod2md + working-directory: ./ - name: Install schema dependencies run: npm install working-directory: ./ - - name: Install dependencies + - name: Install docusaurus dependencies run: npm install working-directory: ./docusaurus diff --git a/docusaurus/.gitignore b/docusaurus/.gitignore index b2d6de3..54e017d 100644 --- a/docusaurus/.gitignore +++ b/docusaurus/.gitignore @@ -18,3 +18,5 @@ npm-debug.log* yarn-debug.log* yarn-error.log* + +docs/*/* \ No newline at end of file