ci: add workflow to deploy to ipfs (#709)

Co-authored-by: Daniel N <2color@users.noreply.github.com>
This commit is contained in:
Daniel Norman
2025-02-28 16:39:30 +01:00
committed by GitHub
parent e4547c5f60
commit a3a23e78ca
2 changed files with 42 additions and 1 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
"scripts": {
"start": "npm run dev",
"dev": "vuepress dev src",
"build": "vuepress build src && npm run postbuild",
"build": "NODE_OPTIONS=--openssl-legacy-provider vuepress build src && npm run postbuild",
"postbuild": "./scripts/data/index.js",
"lint": "prettier --write \"**/*.{json,yaml,md}\" && run-p lint:**",
"lint:eslint": "eslint --cache \"**/*.{js,vue}\" --fix",