From bea47ef442d436cc69bf1d82166bf0270b98cf2d Mon Sep 17 00:00:00 2001 From: Johan Gustafsson Date: Wed, 12 Feb 2025 17:29:08 +1030 Subject: [PATCH 1/4] update config and deployment --- .github/workflows/jekyll.yml | 8 ++++---- _config.yml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml index 5be211a..58220cb 100644 --- a/.github/workflows/jekyll.yml +++ b/.github/workflows/jekyll.yml @@ -16,12 +16,12 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ github.event.inputs.branch }} - name: Setup Ruby - uses: ruby/setup-ruby@v1.127.0 + uses: ruby/setup-ruby@v1.204.0 with: ruby-version: '3.1' bundler-cache: true @@ -29,7 +29,7 @@ jobs: - name: Setup Pages id: pages - uses: actions/configure-pages@v2 + uses: actions/configure-pages@v5 - name: Install dependencies run: | @@ -67,4 +67,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v1 + uses: actions/deploy-pages@v4 diff --git a/_config.yml b/_config.yml index a30c054..4b08d6b 100644 --- a/_config.yml +++ b/_config.yml @@ -4,11 +4,11 @@ title: StructBio Computing topnav_title: Australian Structural Biology Computing # Optional: this appears on the top navigation bar next to the main_logo.svg icon -description: "Example of ELIXIR toolkit theme as a remote jekyll theme" +#description: "Example of ELIXIR toolkit theme as a remote jekyll theme" # Metadata description of the website # Following AusBioCommons minimal gh-pages with remote deploy - https://github.com/AustralianBioCommons/how-to-guides/blob/main/_config.yml -remote_theme: ELIXIR-Belgium/jekyll-bootstrap-theme@2.3.0 +remote_theme: ELIXIR-Belgium/elixir-toolkit-theme exclude: - README.md From fa58575e44063467dc069d193ef51a15b5f78e06 Mon Sep 17 00:00:00 2001 From: Johan Gustafsson Date: Wed, 12 Feb 2025 17:30:47 +1030 Subject: [PATCH 2/4] update deployment --- .github/workflows/jekyll.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml index 58220cb..51d4ab6 100644 --- a/.github/workflows/jekyll.yml +++ b/.github/workflows/jekyll.yml @@ -47,7 +47,7 @@ jobs: JEKYLL_BASE_PATH: ${{ steps.pages.outputs.base_path }} - name: Upload artifact - uses: actions/upload-pages-artifact@v1 + uses: actions/upload-pages-artifact@v3 deploy: runs-on: ubuntu-latest From d1d8eb1d28ec0e79cfcec9ea7c8395fde7dc26ce Mon Sep 17 00:00:00 2001 From: Johan Gustafsson Date: Wed, 12 Feb 2025 17:32:59 +1030 Subject: [PATCH 3/4] add event --- _data/events.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/_data/events.yml b/_data/events.yml index 570adaf..e915243 100644 --- a/_data/events.yml +++ b/_data/events.yml @@ -15,4 +15,11 @@ endDate: 2024-10-22 endTime: 14:30 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. + location: Online +- name: Computational Structural Biology Community Meeting + startDate: 2025-04-09 + startTime: 13:00 + endDate: 2025-04-09 + endTime: 14:30 + 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. location: Online \ No newline at end of file From f6e490c1e85d30c47cdf97c4164dd4dec80b6b3b Mon Sep 17 00:00:00 2001 From: Johan Gustafsson <50811354+supernord@users.noreply.github.com> Date: Wed, 12 Feb 2025 17:59:48 +1030 Subject: [PATCH 4/4] Update jekyll.yml --- .github/workflows/jekyll.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml index 51d4ab6..d3adb06 100644 --- a/.github/workflows/jekyll.yml +++ b/.github/workflows/jekyll.yml @@ -3,7 +3,7 @@ name: Jekyll site CI on: push: pull_request: - branches: [ main, master ] + branches: [ main, master, edits ] workflow_dispatch: permissions: