Skip to content

Commit

Permalink
Update docs.yml
Browse files Browse the repository at this point in the history
Update due to move
  • Loading branch information
mathomp4 authored Sep 26, 2023
1 parent 095a126 commit 4e6af9a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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

0 comments on commit 4e6af9a

Please sign in to comment.