Skip to content

Commit

Permalink
Protect paths for docker
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderianblair committed Sep 24, 2024
1 parent 0c875af commit 4980a7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
docker/moosedocs_git_hub_pages_test
- name: DockerRunContainer
run: |
docker run -d --mount type=volume,source=${{ runner.temp }},target=$(pwd) ci-docs-ubuntu
docker run -d --mount type=volume,source="${{ runner.temp }}",target="$(pwd)" ci-docs-ubuntu
- name: Upload artifact
# Automatically uploads an artifact from the './_site' directory by default
Expand Down

0 comments on commit 4980a7c

Please sign in to comment.