From 65a9d20137e38ae094c0595944efd5f5d5db441e Mon Sep 17 00:00:00 2001 From: niclaz <83479948+niclaz@users.noreply.github.com> Date: Fri, 23 Aug 2024 12:32:14 +0200 Subject: [PATCH 1/5] Attempting to fix bug in core.json https://github.com/web3privacy/web/actions/runs/10523018529/job/29156876068 --- src/core.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core.json b/src/core.json index 59aa4e5..bd8651d 100644 --- a/src/core.json +++ b/src/core.json @@ -1480,4 +1480,4 @@ } } ] -} \ No newline at end of file +} From edb2ed09ea7fc08244c95d6aa04364df0a4030e7 Mon Sep 17 00:00:00 2001 From: niclaz <83479948+niclaz@users.noreply.github.com> Date: Fri, 23 Aug 2024 21:24:30 +0200 Subject: [PATCH 2/5] Updated 3 versions of the Github Pages deply script --- .github/workflows/deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5cab9f3..375f6e4 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -23,9 +23,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout your repository using git - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install, build, and upload your site - uses: withastro/action@v1 + uses: withastro/action@v2 # with: # path: . # The root location of your Astro project inside the repository. (optional) # node-version: 18 # The specific version of Node that should be used to build your site. Defaults to 18. (optional) @@ -40,4 +40,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v1 \ No newline at end of file + uses: actions/deploy-pages@v4 From fe535d9df2d5d0d8b19dd8b21357cc8d133b5dd7 Mon Sep 17 00:00:00 2001 From: niclaz <83479948+niclaz@users.noreply.github.com> Date: Fri, 23 Aug 2024 21:26:44 +0200 Subject: [PATCH 3/5] bumped up one version within sync.yaml --- .github/workflows/sync.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index d62893a..b4be279 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout your repository using git - uses: actions/checkout@v3 + uses: actions/checkout@v4 - uses: denoland/setup-deno@v1 with: @@ -27,4 +27,4 @@ jobs: - uses: EndBug/add-and-commit@v9 with: - default_author: github_actions \ No newline at end of file + default_author: github_actions From 729f112f7f75193882f5274b9affd3545e32d1dc Mon Sep 17 00:00:00 2001 From: niclaz <83479948+niclaz@users.noreply.github.com> Date: Fri, 23 Aug 2024 21:44:35 +0200 Subject: [PATCH 4/5] Adding dependency-fix with npm commnads in package.json "dependency-fix": "npm fund && npm audit fix --force", --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index ddde2b7..fe1b0f6 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,7 @@ "events-ext": "deno run --allow-all utils/events-ext.js", "db-repo": "deno run --allow-all utils/db-repo.js", "gen-images": "deno run --allow-all utils/gen-images.js", + "dependency-fix": "npm fund && npm audit fix --force", "sync-all": "npm run core && npm run contribs && npm run articles && npm run talks && npm run explorer && npm run events-ext && npm run db-repo" }, "dependencies": { From 9c4a40baee7d55fa47e7e7594a0a6fb521027c97 Mon Sep 17 00:00:00 2001 From: niclaz <83479948+niclaz@users.noreply.github.com> Date: Fri, 23 Aug 2024 21:47:02 +0200 Subject: [PATCH 5/5] Attempting fix for error in juraj entry in core.json --- src/core.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/core.json b/src/core.json index bd8651d..4457a5e 100644 --- a/src/core.json +++ b/src/core.json @@ -546,10 +546,9 @@ { "id": "juraj-bednar", "name": "Juraj Bednar", - "caption": "Educator, writer, cryptoanarchist & biohacker ([blog](https://juraj.bednar.io/))", - "country": "sk", + "caption": "Educator, writer, cryptoanarchist & biohacker [blog](https://juraj.bednar.io/)", "refs": { - "twitter": "jurbed" + "twitter": "SterlinLujan" }, "imageUrl": "https://data.web3privacy.info/img/people/juraj-bednar.jpg", "thumbs": {