Skip to content

Commit

Permalink
update auto_doc.yaml to use doc instead of docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gspetro-NOAA committed Mar 7, 2024
1 parent c0709e9 commit 72e7b37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto_doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: html-docs
path: docs/build/html/
path: doc/build/html/

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
if: github.ref == 'refs/heads/develop'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: docs/build/html/
publish_dir: doc/build/html/

0 comments on commit 72e7b37

Please sign in to comment.