From 3b117c33b53335c86ddd13a9bb59c30a7315e8fa Mon Sep 17 00:00:00 2001 From: Daniil Bazhenov Date: Fri, 20 Sep 2024 15:42:30 +0400 Subject: [PATCH] Hugo version (#921) * Eventes fixed * Hugo update --- .github/workflows/pipeline.yaml | 16 +++++++++------- .../percona-university-istanbul-2024/index.md | 3 ++- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/.github/workflows/pipeline.yaml b/.github/workflows/pipeline.yaml index f804173537..66dff10b14 100644 --- a/.github/workflows/pipeline.yaml +++ b/.github/workflows/pipeline.yaml @@ -18,22 +18,24 @@ jobs: - name: Setup Hugo uses: peaceiris/actions-hugo@v2 with: - hugo-version: '0.110.0' + hugo-version: '0.123.7' extended: true - name: Cache resources - uses: actions/cache@v1 + uses: actions/cache@v3 with: path: resources - key: hugo-resources - restore-keys: hugo-resources + key: hugo-resources-${{ runner.os }}-${{ hashFiles('**/resources/**') }} + restore-keys: | + hugo-resources-${{ runner.os }}- - name: Cache hugo deb - uses: actions/cache@v1 + uses: actions/cache@v3 with: path: /tmp/hugo.deb - key: hugo-deb - restore-keys: hugo-deb + key: hugo-deb-${{ runner.os }}-${{ hashFiles('/tmp/hugo.deb') }} + restore-keys: | + hugo-deb-${{ runner.os }}- - name: Build run: hugo --minify diff --git a/content/events/percona-university-istanbul-2024/index.md b/content/events/percona-university-istanbul-2024/index.md index df319ed357..c5c69f4336 100644 --- a/content/events/percona-university-istanbul-2024/index.md +++ b/content/events/percona-university-istanbul-2024/index.md @@ -26,6 +26,7 @@ The agenda featured a diverse range of topics from industry leaders: * Peter Zaitsev, Founder of Percona, delivered the **Opening talk: State of Open Source Databases**. ![Percona University Istanbul](/events/percona-university-istanbul-2024/5.jpg) + ![Percona University Istanbul](/events/percona-university-istanbul-2024/10.jpg) * Peter Farkas, CEO and Co-Founder of FerretDB, discussed **Moving MongoDB Workloads to Postgres**. @@ -60,7 +61,7 @@ Alkin personally signed the books for the lucky winners, adding a personal touch To celebrate a successful day, the Percona team gathered for a team dinner, reflecting on the event and strengthening the bonds within the community. -![Percona University Istanbul](/events/percona-university-istanbul-2024/1.JPG) +![Percona University Istanbul](/events/percona-university-istanbul-2024/1.jpg) We’re grateful to everyone who attended and contributed to making Percona University Istanbul an unforgettable experience.