Skip to content

Commit

Permalink
Attempt to bug fix storing artefacts of successful artefact builds on…
Browse files Browse the repository at this point in the history
… the master branch
  • Loading branch information
asset-web committed May 14, 2024
1 parent ba5c41e commit 5d35e57
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ jobs:
tags: ${{ env.TEST_TAG }}
- name: Test
run: |
docker run --rm ${{ env.TEST_TAG }}
docker run -v ".:/src" --rm ${{ env.TEST_TAG }}
ls -l _site
- name: Push Docker images if on master branch
if: ${{ startsWith(github.ref, 'refs/heads/master') }}
run: |
Expand Down

0 comments on commit 5d35e57

Please sign in to comment.