mirror of
https://github.com/web3privacy/web
synced 2024-10-15 18:26:27 +02:00
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:
commit
6ac91fbdfb
4 changed files with 9 additions and 9 deletions
6
.github/workflows/deploy.yml
vendored
6
.github/workflows/deploy.yml
vendored
|
@ -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
|
||||||
|
|
2
.github/workflows/sync.yml
vendored
2
.github/workflows/sync.yml
vendored
|
@ -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:
|
||||||
|
|
|
@ -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": {
|
||||||
|
|
|
@ -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": {
|
||||||
|
|
Loading…
Reference in a new issue