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

move static files to ghpages

Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com>
This commit is contained in:
2023-01-01 12:18:57 +05:30
committed by GitHub
parent 9b27f45e00
commit 4882b60bde
+2
View File
@@ -40,6 +40,8 @@ jobs:
uses: actions/checkout@v3
- name: build
run: elm make src/Main.elm --output public/app.js --optimize
- name: copy content for seving
run: cp -a content public/content
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with: