Skip to content

Commit

Permalink
fixed /cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
Bioblaze committed Nov 24, 2024
1 parent 190f6cf commit 70579b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/web_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ jobs:
unzip "$inner_zip" -d ./cicd/web-editor/static
# Rename the main HTML file
mv ./cicd/web-editor/static/blazium.editor.html ./web-editor/static/index.html
mv ./cicd/web-editor/static/blazium.editor.html ./cicd/web-editor/static/index.html
- name: Build and push
uses: docker/build-push-action@v6
Expand Down

0 comments on commit 70579b5

Please sign in to comment.