1
0
mirror of https://github.com/avinal/avinal.github.io.git synced 2026-07-03 23:30:09 +05:30

modify workflow

This commit is contained in:
2022-09-14 19:50:01 +05:30
parent c954347451
commit c1570d2b7f
+1 -1
View File
@@ -39,7 +39,7 @@ jobs:
- name: checkout
uses: actions/checkout@v3
- name: build
run: elm make src/Main.elm --output public/app.js --debug
run: elm make src/Main.elm --output public/app.js --optimize
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with: