Skip to content

Commit

Permalink
Copy docs instead of mounting container
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderianblair committed Sep 24, 2024
1 parent e9c9fd8 commit 7e1e4d7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,14 @@ jobs:
docker/moosedocs_git_hub_pages_test
- name: DockerRunContainer
run: |
docker run -d --mount type=volume,source=doctest,target="/$(pwd)" ci-docs-ubuntu
docker cp -r ci-docs-ubuntu:/opt/moosedocs_git_hub_pages_test ${{ runner.temp }}
# docker run -d --mount type=volume,source=doctest,target="/$(pwd)" ci-docs-ubuntu
- name: Upload artifact
# Automatically uploads an artifact from the './_site' directory by default
uses: actions/upload-pages-artifact@v3
with:
path: $(pwd)/doctest
path: ${{ runner.temp }}

# Deployment job
deploy:
Expand Down

0 comments on commit 7e1e4d7

Please sign in to comment.