File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 : |
6767 steps :
6868 - name : Deploy to GitHub Pages
6969 id : deployment
70- uses : actions/deploy-pages@v1
70+ uses : actions/deploy-pages@v4
Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ title: StructBio Computing
44topnav_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
1313exclude :
1414 - README.md
You can’t perform that action at this time.
0 commit comments