Skip to content

Commit

Permalink
fixed action again
Browse files Browse the repository at this point in the history
  • Loading branch information
azizghuloum committed Sep 27, 2024
1 parent 9a10824 commit 26cc124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- run: (cd context-free && docker build . -t contextfree -f Wasm.Dockerfile)
- name: Build the Docker image
run: docker build . --file Dockerfile --tag context-free-web
- run: (container=$(docker create context-free-web) && docker cp ${container}:/app/build ./build)
- run: (container=$(docker create context-free-web) && docker cp ${container}:/app/dist ./dist)
- uses: actions/upload-pages-artifact@v3
with:
name: github-pages
Expand Down

0 comments on commit 26cc124

Please sign in to comment.