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