Skip to content

Commit 656bd5f

Browse files
committed
Use hackmd-updater
1 parent 28e992d commit 656bd5f

File tree

6 files changed

+18
-1
lines changed

6 files changed

+18
-1
lines changed

.github/workflows/main.yml

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
- uses: ipfs/ipfs-deploy-action@v1
2323
name: Deploy to Storacha and IPFS Cluster
24-
id: deploy_storacha_ipfs_cluster
24+
id: deploy
2525
with:
2626
path-to-deploy: public
2727
storacha-key: ${{ secrets.STORACHA_KEY }}
@@ -30,3 +30,19 @@ jobs:
3030
cluster-user: ${{ secrets.CLUSTER_USER }}
3131
cluster-password: ${{ secrets.CLUSTER_PASSWORD }}
3232
github-token: ${{ github.token }}
33+
34+
- name: Check dns trace
35+
run: dig +trace 6kgv3nw3nw2q.seahex.org
36+
37+
- name: Check dns trace after CNAME
38+
run: dig +trace 5.6.6.6.6.6.6.6.6.6.6.6.5.2.3.20.h3.seahex.org.
39+
40+
- name: Check dns
41+
run: dig 6kgv3nw3nw2q.seahex.org
42+
43+
- name: Test ping
44+
run: ping -c 1 6kgv3nw3nw2q.seahex.org || true
45+
46+
- name: Call hackmd-updater API with CID
47+
run: curl -X POST -u admin:${{ secrets.HACKMD_UPDATER_PASSWORD }} https://6kgv3nw3nw2q.seahex.org/publish/${{ steps.deploy.outputs.cid }}
48+

public/fonts/Recursive_VF_1.062--subset_range_english_basic.woff2 renamed to public/6kgrvqaaaaaa-vichex-landing-page/fonts/Recursive_VF_1.062--subset_range_english_basic.woff2

File renamed without changes.

public/fonts/Recursive_VF_1.062--subset_range_latin_1.woff2 renamed to public/6kgrvqaaaaaa-vichex-landing-page/fonts/Recursive_VF_1.062--subset_range_latin_1.woff2

File renamed without changes.

public/fonts/Recursive_VF_1.062--subset_range_latin_1_punc.woff2 renamed to public/6kgrvqaaaaaa-vichex-landing-page/fonts/Recursive_VF_1.062--subset_range_latin_1_punc.woff2

File renamed without changes.

public/fonts/Recursive_VF_1.062--subset_range_latin_ext.woff2 renamed to public/6kgrvqaaaaaa-vichex-landing-page/fonts/Recursive_VF_1.062--subset_range_latin_ext.woff2

File renamed without changes.

public/index.html renamed to public/6kgrvqaaaaaa-vichex-landing-page/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<html>
22
<head>
3+
<!-- version 1 -->
34
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
45
<meta charset="utf-8">
56
<title>VicHex.ca</title>

0 commit comments

Comments
 (0)