Skip to content

Commit 91b6745

Browse files
committed
Fix YAML syntax errors and update GitHub Actions workflow
1 parent 60abaed commit 91b6745

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/jekyll.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,24 +32,24 @@ jobs:
3232
runs-on: ubuntu-latest
3333
steps:
3434
- name: Checkout
35-
uses: actions/checkout@v4
35+
uses: actions/checkout@v3
3636
- name: Setup Ruby
37-
uses: ruby/setup-ruby@v1.173.0
37+
uses: ruby/setup-ruby@v1.144.0
3838
with:
3939
ruby-version: '3.3' # Using Ruby 3.3 for compatibility with Jekyll 4.3.4
4040
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
4141
cache-version: 0 # Increment this number if you need to re-download cached gems
4242
- name: Setup Pages
4343
id: pages
44-
uses: actions/configure-pages@v5
44+
uses: actions/configure-pages@v3
4545
- name: Build with Jekyll
4646
# Outputs to the './_site' directory by default
4747
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
4848
env:
4949
JEKYLL_ENV: production
5050
- name: Upload artifact
5151
# Automatically uploads an artifact from the './_site' directory by default
52-
uses: actions/upload-pages-artifact@v3
52+
uses: actions/upload-pages-artifact@v2
5353

5454
# Deployment job
5555
deploy:
@@ -61,4 +61,4 @@ jobs:
6161
steps:
6262
- name: Deploy to GitHub Pages
6363
id: deployment
64-
uses: actions/deploy-pages@v4
64+
uses: actions/deploy-pages@v2

_data/research.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ai4k12:
2-
name:Empowering kids for a Future They will Help Build: A Parents Handbook
2+
name: Empowering kids for a Future They will Help Build: A Parents Handbook
33
reference: Stefania Druga, 2025
44
image: /images/research-images/ai4k12.png
55
link: https://medium.com/@Stefania_druga/empowering-kids-for-a-future-theyll-help-build-a-parents-handbook-f1f01ae38718
@@ -8,7 +8,7 @@ inclusive_ai:
88
name: Inclusive AI literacy for kids around the world
99
reference: Stefania Druga, Sarah T.Vu, Eesh Likhith, Tammy Qiu
1010
image: /images/research-images/inclusive.png
11-
link:https://stefania11.github.io/pdf/FABLEARN_Inclusive_AI_2019.pdf
11+
link: https://stefania11.github.io/pdf/FABLEARN_Inclusive_AI_2019.pdf
1212

1313
thesis:
1414
name: Growing up with AI. Cognimates from coding to teaching machines.

0 commit comments

Comments
 (0)