Skip to content

Commit 2fe8f02

Browse files
Merge pull request #24 from supernord/edits
Edits, good to have next community meeting
2 parents cd96649 + f6e490c commit 2fe8f02

3 files changed

Lines changed: 15 additions & 8 deletions

File tree

.github/workflows/jekyll.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Jekyll site CI
33
on:
44
push:
55
pull_request:
6-
branches: [ main, master ]
6+
branches: [ main, master, edits ]
77
workflow_dispatch:
88

99
permissions:
@@ -16,20 +16,20 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@v3
19+
uses: actions/checkout@v4
2020
with:
2121
ref: ${{ github.event.inputs.branch }}
2222

2323
- name: Setup Ruby
24-
uses: ruby/setup-ruby@v1.127.0
24+
uses: ruby/setup-ruby@v1.204.0
2525
with:
2626
ruby-version: '3.1'
2727
bundler-cache: true
2828
cache-version: 0
2929

3030
- name: Setup Pages
3131
id: pages
32-
uses: actions/configure-pages@v2
32+
uses: actions/configure-pages@v5
3333

3434
- name: Install dependencies
3535
run: |
@@ -47,7 +47,7 @@ jobs:
4747
JEKYLL_BASE_PATH: ${{ steps.pages.outputs.base_path }}
4848

4949
- name: Upload artifact
50-
uses: actions/upload-pages-artifact@v1
50+
uses: actions/upload-pages-artifact@v3
5151

5252
deploy:
5353
runs-on: ubuntu-latest
@@ -67,4 +67,4 @@ jobs:
6767
steps:
6868
- name: Deploy to GitHub Pages
6969
id: deployment
70-
uses: actions/deploy-pages@v1
70+
uses: actions/deploy-pages@v4

_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ title: StructBio Computing
44
topnav_title: Australian Structural Biology Computing
55
# Optional: this appears on the top navigation bar next to the main_logo.svg icon
66

7-
description: "Example of ELIXIR toolkit theme as a remote jekyll theme"
7+
#description: "Example of ELIXIR toolkit theme as a remote jekyll theme"
88
# Metadata description of the website
99

1010
# Following AusBioCommons minimal gh-pages with remote deploy - https://github.com/AustralianBioCommons/how-to-guides/blob/main/_config.yml
11-
remote_theme: ELIXIR-Belgium/jekyll-bootstrap-theme@2.3.0
11+
remote_theme: ELIXIR-Belgium/elixir-toolkit-theme
1212

1313
exclude:
1414
- README.md

_data/events.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,11 @@
1515
endDate: 2024-10-22
1616
endTime: 14:30
1717
description: Visit the [rolling agenda](https://docs.google.com/document/d/1miRyOOOW7HeDsCvzJwVEOhaAzPBve8od9WUvsAsFfcw/edit#heading=h.owmugrvs22hi) for details on how to join the next meeting.
18+
location: Online
19+
- name: Computational Structural Biology Community Meeting
20+
startDate: 2025-04-09
21+
startTime: 13:00
22+
endDate: 2025-04-09
23+
endTime: 14:30
24+
description: Visit the [rolling agenda](https://docs.google.com/document/d/1miRyOOOW7HeDsCvzJwVEOhaAzPBve8od9WUvsAsFfcw/edit#heading=h.owmugrvs22hi) for details on how to join the next meeting.
1825
location: Online

0 commit comments

Comments
 (0)