Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update apple.md and hugo version #23

Merged
merged 2 commits into from
Mar 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ jobs:
build:
runs-on: ubuntu-latest
env:
HUGO_VERSION: 0.121.1
HUGO_VERSION: 0.123.7
steps:
- name: Install Hugo CLI
run: |
wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb \
&& sudo dpkg -i ${{ runner.temp }}/hugo.deb
&& sudo dpkg -i ${{ runner.temp }}/hugo.deb
- name: Install Dart Sass Embedded
run: sudo snap install dart-sass-embedded
- name: Checkout
Expand All @@ -59,7 +59,7 @@ jobs:
hugo \
--gc \
--minify \
--baseURL "${{ steps.pages.outputs.base_url }}/"
--baseURL "${{ steps.pages.outputs.base_url }}/"
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down
10 changes: 5 additions & 5 deletions content/post/apple.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ The following table shows the development of Apple product prices in Germany ove
| 2012 | 5 | 679 | 16 | iOS 10.3.4 |
| 2013 | 5S | 699 | 16 | iOS 12.5.7 |
| 2014 | 6 | 699 | 16 | iOS 12.5.7 |
| 2015 | 6S | 739 | 16 | iOS 15.8.1 |
| 2016 | 7 | 759 | 32 | iOS 15.8.1 |
| 2017 | 8 | 799 | 64 | iOS 16.7.5 |
| 2017 | X | 1149 | 64 | iOS 16.7.5 |
| 2015 | 6S | 739 | 16 | iOS 15.8.2 |
| 2016 | 7 | 759 | 32 | iOS 15.8.2 |
| 2017 | 8 | 799 | 64 | iOS 16.7.6 |
| 2017 | X | 1149 | 64 | iOS 16.7.6 |
| 2018 | XS | 1149 | 64 | current |
| 2019 | 11 | 799 | 64 | current |
| 2020 | 12 | 899 | 64 | current |
Expand All @@ -40,7 +40,7 @@ The following table shows the development of Apple product prices in Germany ove
| 2021 | 13 mini | 799 | 128 | current |
| ---- | Budget | --- | --- | --- |
| 2013 | 5C | 599 | 16 | iOS 10.3.3 |
| 2016 | SE 1 | 489 | 16 | iOS 15.8.1 |
| 2016 | SE 1 | 489 | 16 | iOS 15.8.2 |
| 2018 | XR | 849 | 64 | current |
| 2020 | SE 2 | 479 | 64 | current |
| 2022 | SE 3 | 519 | 64 | current |
Expand Down