tangled
alpha
login
or
join now
regnault.dev
/
webfishing-atproto
8
fork
atom
this repo has no description
8
fork
atom
overview
issues
pulls
pipelines
adde logging
regnault.dev
5 months ago
0135475c
59dd1a93
1/1
build-publish.yaml
success
5s
+7
-4
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
build-publish.yaml
+7
-4
.tangled/workflows/build-publish.yaml
···
38
38
command: "unzip gdweave.zip"
39
39
40
40
# MANIFESTATION
41
41
-
- name: "Install Manifestation"
42
42
-
command: "cargo install --git https://github.com/NotNite/manifestation.git"
41
41
+
# - name: "Install Manifestation"
42
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
52
-
- name: "Run manifestation"
53
53
-
command: "MANIFESTATION_CONFIG_DIR=$PWD/manifestation_config ~/.cargo/bin/manifestation ./manifestation.toml"
52
52
+
- name: "LOG"
53
53
+
command: "cat manifestation_config/config.toml"
54
54
+
55
55
+
# - name: "Run manifestation"
56
56
+
# command: "MANIFESTATION_CONFIG_DIR=$PWD/manifestation_config ~/.cargo/bin/manifestation ./manifestation.toml"