Merge pull request #19 from niclaz/patch-2

Fixing error in core.json in last deployment + bump in Github Actions versions
This commit is contained in:
Mykola Siusko 2024-08-24 00:24:09 +02:00 committed by GitHub
commit 6ac91fbdfb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 9 additions and 9 deletions

View File

@ -23,9 +23,9 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout your repository using git - name: Checkout your repository using git
uses: actions/checkout@v3 uses: actions/checkout@v4
- name: Install, build, and upload your site - name: Install, build, and upload your site
uses: withastro/action@v1 uses: withastro/action@v2
# with: # with:
# path: . # The root location of your Astro project inside the repository. (optional) # 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) # 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: steps:
- name: Deploy to GitHub Pages - name: Deploy to GitHub Pages
id: deployment id: deployment
uses: actions/deploy-pages@v1 uses: actions/deploy-pages@v4

View File

@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout your repository using git - name: Checkout your repository using git
uses: actions/checkout@v3 uses: actions/checkout@v4
- uses: denoland/setup-deno@v1 - uses: denoland/setup-deno@v1
with: with:
@ -27,4 +27,4 @@ jobs:
- uses: EndBug/add-and-commit@v9 - uses: EndBug/add-and-commit@v9
with: with:
default_author: github_actions default_author: github_actions

View File

@ -17,6 +17,7 @@
"events-ext": "deno run --allow-all utils/events-ext.js", "events-ext": "deno run --allow-all utils/events-ext.js",
"db-repo": "deno run --allow-all utils/db-repo.js", "db-repo": "deno run --allow-all utils/db-repo.js",
"gen-images": "deno run --allow-all utils/gen-images.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" "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": { "dependencies": {

View File

@ -546,10 +546,9 @@
{ {
"id": "juraj-bednar", "id": "juraj-bednar",
"name": "Juraj Bednar", "name": "Juraj Bednar",
"caption": "Educator, writer, cryptoanarchist & biohacker ([blog](https://juraj.bednar.io/))", "caption": "Educator, writer, cryptoanarchist & biohacker [blog](https://juraj.bednar.io/)",
"country": "sk",
"refs": { "refs": {
"twitter": "jurbed" "twitter": "SterlinLujan"
}, },
"imageUrl": "https://data.web3privacy.info/img/people/juraj-bednar.jpg", "imageUrl": "https://data.web3privacy.info/img/people/juraj-bednar.jpg",
"thumbs": { "thumbs": {
@ -1480,4 +1479,4 @@
} }
} }
] ]
} }