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