Commit Graph

270 Commits

Author SHA1 Message Date
Mykola Siusko 4bdfd36491
Merge pull request #19 from niclaz/data-tests-patch
Data tests patch - removed duplicate process in deploy.yaml
2024-09-06 20:33:36 +02:00
niclaz 4127d1f241
Merge branch 'web3privacy:main' into data-tests-patch 2024-09-06 20:28:58 +02:00
niclaz d587bd0ce1
removed double process of in deploy and build process 2024-09-06 20:27:19 +02:00
Mykola Siusko 4d2c5033ce
Merge pull request #18 from niclaz/data-tests-patch
Data tests patch - typo fix
2024-09-06 20:18:33 +02:00
niclaz e74863e0d1
fixing yaml error - 'with' missing 2024-09-06 20:10:15 +02:00
niclaz 0411bf731e
Merge branch 'web3privacy:main' into data-tests-patch 2024-09-06 20:09:28 +02:00
niclaz 252674fddc
revert commits 2024-09-06 20:06:34 +02:00
Mykola Siusko a80491c5dd
Merge pull request #17 from niclaz/data-tests-patch
Data tests patch - refining deploy.yaml
2024-09-06 20:06:09 +02:00
niclaz c44a094849
udated yaml syntax of './dist/' 2024-09-06 20:05:43 +02:00
niclaz 954aa79361
Added / to 'path' as referenced in Issue (see comments)
https://github.com/actions/upload-pages-artifact/issues/82
2024-09-06 20:01:45 +02:00
niclaz 4f6187b0bd
Added 'path' to upload-pages-artifact "./dist" 2024-09-06 19:59:06 +02:00
niclaz c846385eb8
re-added actions/upload-pages-artifact but at v3.0.1 2024-09-06 19:54:06 +02:00
niclaz d4360e4a18
reverted sync.js commit 2024-09-05 23:48:49 +02:00
niclaz dfb462ba46
removed 'upload' job in deploy.yml 2024-09-05 23:45:14 +02:00
niclaz 88d86f545b
Update sync.js to remove 'new' from ClientError 2024-09-05 23:38:48 +02:00
niclaz 21d84eb9a1
Merge branch 'web3privacy:main' into data-tests-patch 2024-09-05 23:38:00 +02:00
niclaz 3c3a04a926
Adding additional steps to deploy job in the deploy.yaml 2024-09-05 23:23:39 +02:00
niclaz 2e83facca8
Improving deploy.yml / permission bump 2024-09-05 23:04:15 +02:00
Mykola Siusko cfc9bb42a5
Merge pull request #16 from niclaz/data-tests-patch
Data tests patch - Tests passing, should work in production
2024-09-05 20:32:45 +02:00
niclaz 027fc09f5b
renamed variable w3pn-artifact to github-pages 2024-09-05 20:18:45 +02:00
niclaz dd99262707
Adding latest actions/upload-artifact to the deploy.yml 2024-09-05 20:15:04 +02:00
niclaz 44a3d4aaa7
Reverted recent commits 2024-09-05 20:04:19 +02:00
niclaz d43f02cd34
Delete .github/workflows/upload-pages-artifact.yaml 2024-09-05 20:03:47 +02:00
niclaz e4f5f1268b
added on trigger to the upload-pages-artifact.yaml 2024-09-05 20:00:40 +02:00
niclaz c62f9934d6
Update deploy.yml for workflows syntax 2024-09-05 19:56:55 +02:00
niclaz 5200f45d7e
Bumped version of actions/checkout to v4 in sync.yml 2024-09-05 19:56:03 +02:00
niclaz 927cb8f68d
Update deploy.yml to add new workflow 2024-09-05 19:50:41 +02:00
niclaz 7f0087d2d4
Update upload-pages-artifact.yaml - 10 day retention 2024-09-05 19:50:23 +02:00
niclaz c6ee5948b4
Create upload-pages-artifact.yaml to have side process for artifact 2024-09-05 19:47:44 +02:00
niclaz 604f6572fd
Merge branch 'web3privacy:main' into data-tests-patch 2024-09-05 19:36:39 +02:00
niclaz 784bf81edd
Updated deploy.yml using template actions/upload-artifact 2024-09-05 19:35:48 +02:00
Mykola Siusko 35a2c193c1
Merge pull request #15 from niclaz/data-tests-patch
Data tests patch - removed actions/artifact-upload from build process in deploy.yaml ! improved README.md
2024-09-05 19:15:34 +02:00
niclaz ea7c52d136
fixed typo tab in deploy.yaml 2024-09-05 19:00:15 +02:00
niclaz d79b2be257
removed upload-artifacts from deploy.yml 2024-09-05 18:45:34 +02:00
niclaz 3cc949ec5f
Fixing actions/upload-artifact entry in deploy.yml 2024-09-05 17:47:10 +02:00
niclaz f203a4667d
Merge branch 'web3privacy:main' into data-tests-patch 2024-09-05 16:51:31 +02:00
niclaz 1325e94779
Improved README.md 2024-09-05 16:48:02 +02:00
Mykola Siusko 56685cbced
Merge pull request #14 from niclaz/data-tests-patch
Data tests patch - fixing empty country field error & improving schema regex
2024-09-05 16:32:07 +02:00
niclaz 73df1f40e7
Updated schema - replaced regex pattern for country in index.yaml
The previous regex pattern under country was `^\\w{2}$` and this seemed to not work with the submission of two letter country codes

replaced it with the regex `^[a-z]{2}$` which is used for the same two letter code within the schema already
2024-09-05 16:16:05 +02:00
niclaz 9c45038899
Removed empty 'country' field in pie-man.yaml 2024-09-05 16:08:16 +02:00
Mykola Siusko e5c4551ade
Merge pull request #13 from niclaz/data-tests-patch
data test patch - fixing new error (no speaker called tsu-kareta)
2024-09-04 23:02:16 +02:00
niclaz 23e96f7319
replaced 'tsu-kareta' with alan-scott (twitter handle) 2024-09-04 21:06:27 +02:00
Mykola Siusko 163324bbed
Merge pull request #11 from niclaz/data-tests-patch
Data tests patch - removing hyphens from speaker entries
2024-09-04 20:51:44 +02:00
niclaz 43ec255174
Updated speakers of rome meetup in index.yaml 2024-09-04 20:33:47 +02:00
niclaz d02eda43c2
bump of std version to 0.224.0 in sync.js 2024-08-31 03:47:28 +02:00
niclaz 0b69af2931
bump of std version to 0.224.0 in img-opt.js 2024-08-31 03:47:03 +02:00
niclaz a6b20e9bfd
bumping std version to 0.224.0 in images.js 2024-08-31 03:46:27 +02:00
niclaz 9251ba9472
Update alex-gluchowski.yaml 2024-08-31 03:05:58 +02:00
niclaz a412e36588
Update adrian-brink.yaml 2024-08-31 03:05:52 +02:00
niclaz 6267d98bbd
Update moritz-boullenger.yaml 2024-08-31 03:05:45 +02:00