fix: removing packages
All checks were successful
Release to Production / build_and_release (push) Successful in 1m27s

This commit is contained in:
. 2024-10-09 15:06:07 +01:00
parent 667b74aab5
commit 0279c84d82
3 changed files with 4 additions and 2428 deletions

View File

@ -18,13 +18,14 @@ jobs:
node-version: 18
- name: Install Dependencies
run: npm ci
run: |
npm -g install cloudron-surfer
npm install -g @marp-team/marp-cli
- name: Recreate slides
run: npx @marp-team/marp-cli slides/2024berlin.md -o 2024berlin/index.html --html=true
run: marp slides/2024berlin.md -o 2024berlin/index.html --html=true
- name: Release Build
run: |
npm -g install cloudron-surfer
surfer config --token ${{ secrets.CLOUDRON_SURFER_TOKEN }} --server slides.sigit.io
surfer put ./* / --all -d

2395
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,30 +0,0 @@
{
"name": "slides.sigit.io",
"version": "1.0.0",
"description": "SIGit - Secure & Private Agreements",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"berlin": "marp ./slides/2024berlin.md -o ./2024berlin/index.html --html=true"
},
"repository": {
"type": "git",
"url": "https://git.nostrdev.com/sigit/slides.sigit.io"
},
"keywords": [
"nostr",
"sigit"
],
"author": "nostrdev.com",
"license": "MIT",
"bugs": {
"url": "https://git.nostrdev.com/sigit/slides.sigit.io/issues"
},
"homepage": "https://slides.sigit.io",
"dependencies": {
"@marp-team/marp-cli": "^4.0.0"
}
}