Skip to content

Commit bea47ef

Browse files
committed
update config and deployment
1 parent cd96649 commit bea47ef

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/jekyll.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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: |
@@ -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

0 commit comments

Comments
 (0)