From: Stephen Seo Date: Sun, 6 Aug 2023 09:06:27 +0000 (+0900) Subject: Minor fixes X-Git-Url: https://git.seodisparate.com/stephenseo/img/favicon.ico?a=commitdiff_plain;h=61bd170f20846b2106d9d00c36cca659658299e1;p=jumpartifact.com_demo_0 Minor fixes Minor tweak to Gitea workflow "publish_wasm". Mark "wasm_include/**" as vendored. --- diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..73f154c --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +wasm_include/** linguist-vendored diff --git a/.gitea/workflows/publish_wasm.yaml b/.gitea/workflows/publish_wasm.yaml index 87c5806..7128f90 100644 --- a/.gitea/workflows/publish_wasm.yaml +++ b/.gitea/workflows/publish_wasm.yaml @@ -6,4 +6,4 @@ jobs: Set-Up-emsdk: runs-on: archLinux steps: - - run: cd /home/gitea_act_runner && ./build_and_deploy_jumpartifact.com_demo_0.sh + - run: cd && ./build_and_deploy_jumpartifact.com_demo_0.sh