Skip to content

Commit

Permalink
Add assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
sehyun-hwang committed Aug 10, 2023
1 parent 4e46cb4 commit b7cc78d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/nginx-ghcr-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

steps:
- name: Export static files
run: docker cp $(docker create ghcr.io/sehyun-hwang/imshow-nginx):/var/www/html /tmp/pages
run: docker cp $(docker create ${{ needs.build-push-ghcr.outputs.stream-image }}):/var/www/html /tmp/pages
shell: sh

- name: Set API URLs
Expand All @@ -40,6 +40,7 @@ jobs:
</script>\n
<script src="./index.js";'
index.html
&& grep fly.dev index.html
shell: sh

- if: ${{ !env.ACT }}
Expand Down

0 comments on commit b7cc78d

Please sign in to comment.