tangled
alpha
login
or
join now
bwc9876.dev
/
website
0
fork
atom
Files for my website
bwc9876.dev
0
fork
atom
overview
issues
pulls
pipelines
Dummy commit for CI testing
bwc9876.dev
1 day ago
e2c1b2f9
5fb1c596
verified
This commit was signed with the committer's
known signature
.
bwc9876.dev
SSH Key Fingerprint:
SHA256:DanMEP/RNlSC7pAVbnXO6wzQV00rqyKj053tz4uH5gQ=
+3
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
build.yml
+3
.tangled/workflows/build.yml
···
15
steps:
16
- name: Build Site
17
command: |
0
18
npm run build
0
0
···
15
steps:
16
- name: Build Site
17
command: |
18
+
echo "Building Site"
19
npm run build
20
+
echo "Done! Yay :)"
21
+