Skip to content

Commit

Permalink
Attempted fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ga84jog committed Oct 30, 2024
1 parent b23afeb commit e415303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ jobs:
export TERM=xterm-color
export TERM=xterm-256color
VOLUME_DIR="${{ runner.workspace }}/docs/build"
VOLUMES="-v ${basedir $BASH_RESULTS}/docs/build:/workdir/docs/build"
VOLUMES="-v ${VOLUME_DIR}:/workdir/docs/build"
# Run command in docker
echo "Pulling image from local registry"
Expand Down

0 comments on commit e415303

Please sign in to comment.