From 4e6af9a073cd4e6133eabd3b0411176bd0e5d409 Mon Sep 17 00:00:00 2001 From: Matthew Thompson Date: Tue, 26 Sep 2023 11:52:18 -0400 Subject: [PATCH] Update docs.yml Update due to move --- .github/workflows/docs.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 0dd0a88feebf..04106d448711 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -20,8 +20,8 @@ jobs: - name: Build and Deploy Docs uses: ./.github/actions/deploy-ford-docs with: - ford-input: Ford/docs-with-remote-esmf.md - doc-folder: Ford/doc + ford-input: docs/Ford/docs-with-remote-esmf.md + doc-folder: docs/Ford/doc token: ${{ secrets.GITHUB_TOKEN }} build-and-deploy-dev-docs: @@ -33,7 +33,7 @@ jobs: - name: Build and Deploy Dev Docs uses: ./.github/actions/deploy-ford-docs with: - ford-input: Ford/docs-with-remote-esmf.public_private_protected.md - doc-folder: Ford/dev-doc + ford-input: docs/Ford/docs-with-remote-esmf.public_private_protected.md + doc-folder: docs/Ford/dev-doc token: ${{ secrets.GITHUB_TOKEN }} target-folder: dev-doc