Skip to content

Commit

Permalink
Change copy directory
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderianblair committed Sep 24, 2024
1 parent 85e7c0b commit 6b5a435
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@ jobs:
docker/moosedocs_git_hub_pages_test
- name: DockerRunContainer
run: |
docker cp -r ci-docs-ubuntu:/opt/moosedocs_git_hub_pages_test ${{ runner.temp }}
docker cp -r ci-docs-ubuntu:/opt/moosedocs_git_hub_pages_test ${{ runner.temp }}/doctest
- name: Upload artifact
# Automatically uploads an artifact from the './_site' directory by default
uses: actions/upload-pages-artifact@v3
with:
path: ${{ runner.temp }}
path: ${{ runner.temp }}/doctest

# Deployment job
deploy:
Expand Down

0 comments on commit 6b5a435

Please sign in to comment.