this repo has no description

adde logging

Changed files
+7 -4
.tangled
workflows
+7 -4
.tangled/workflows/build-publish.yaml
··· 38 38 command: "unzip gdweave.zip" 39 39 40 40 # MANIFESTATION 41 - - name: "Install Manifestation" 42 - command: "cargo install --git https://github.com/NotNite/manifestation.git" 41 + # - name: "Install Manifestation" 42 + # command: "cargo install --git https://github.com/NotNite/manifestation.git" 43 43 44 44 - name: "Create Manifestation config dir" 45 45 command: "mkdir manifestation_config" ··· 49 49 - name: "Add GDWeave to manifestation config" 50 50 command: "echo gdweave_path = \"${PWD}/GDWeave\" >> manifestation_config/config.toml" 51 51 52 - - name: "Run manifestation" 53 - command: "MANIFESTATION_CONFIG_DIR=$PWD/manifestation_config ~/.cargo/bin/manifestation ./manifestation.toml" 52 + - name: "LOG" 53 + command: "cat manifestation_config/config.toml" 54 + 55 + # - name: "Run manifestation" 56 + # command: "MANIFESTATION_CONFIG_DIR=$PWD/manifestation_config ~/.cargo/bin/manifestation ./manifestation.toml"