Skip to content

Commit

Permalink
Change docs build directory name
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderianblair committed Sep 24, 2024
1 parent 50e6ef8 commit e846887
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: DockerRunContainer
run: |
docker run --name doctestcontainer -d ci-docs-ubuntu
docker cp doctestcontainer:/opt/moosedocs_git_hub_pages_test/doc ${{ runner.temp }}/doctest
docker cp doctestcontainer:/opt/moosedocs_git_hub_pages_test/doc/build ${{ runner.temp }}/doctest
- name: Upload artifact
# Automatically uploads an artifact from the './_site' directory by default
uses: actions/upload-pages-artifact@v3
Expand Down
2 changes: 1 addition & 1 deletion doc/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ Extensions:

Translator:
type: MooseDocs.base.Translator
destination: ${ROOT_DIR}/doc/build/html/
destination: ${ROOT_DIR}/doc/build/

0 comments on commit e846887

Please sign in to comment.