Skip to content

Commit

Permalink
ipfs
Browse files Browse the repository at this point in the history
  • Loading branch information
hazae41 committed Mar 9, 2024
1 parent cbcb080 commit 730fb16
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
- run: "git restore ./dist"
# Recompute IPFS hashes
- run: "node ./scripts/ipfs.mjs"
# Display IPFS hashes
- run: "cat ./dist/.ipfs.md"
- run: "cat ./dist/.website.ipfs.md"
# Compare all files
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ git restore ./dist/

# Recompute IPFS hashes
node ./scripts/ipfs.mjs

# Display IPFS hashes
cat ./dist/.ipfs.md
cat ./dist/.website.ipfs.md

Expand Down

0 comments on commit 730fb16

Please sign in to comment.