Skip to content

Commit

Permalink
Hugo version (#921)
Browse files Browse the repository at this point in the history
* Eventes fixed

* Hugo update
  • Loading branch information
dbazhenov authored Sep 20, 2024
1 parent 7fe7d60 commit 3b117c3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion content/events/percona-university-istanbul-2024/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**.
Expand Down Expand Up @@ -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.

Expand Down

0 comments on commit 3b117c3

Please sign in to comment.