Compare commits
5 Commits
b1c80fe796
..
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 908bba2cd7 | |||
| f1e1bd608a | |||
| 93b11fcce2 | |||
| c1ae8c44a5 | |||
| d7b2367b2f |
+31
-31
@@ -17,16 +17,16 @@ jobs:
|
||||
fetch-depth: 0
|
||||
|
||||
# Cache the submodule content
|
||||
- name: Cache submodules
|
||||
id: cache-submodules
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: |
|
||||
.git/modules
|
||||
themes/blowfish
|
||||
key: ${{ runner.os }}-submodules-${{ hashFiles('.gitmodules') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-submodules-
|
||||
# - name: Cache submodules
|
||||
# id: cache-submodules
|
||||
# uses: actions/cache@v3
|
||||
# with:
|
||||
# path: |
|
||||
# .git/modules
|
||||
# themes/blowfish
|
||||
# key: ${{ runner.os }}-submodules-${{ hashFiles('.gitmodules') }}
|
||||
# restore-keys: |
|
||||
# ${{ runner.os }}-submodules-
|
||||
|
||||
# Initialize submodules if cache miss
|
||||
- name: Initialize submodules
|
||||
@@ -34,13 +34,13 @@ jobs:
|
||||
run: git submodule update --init --recursive
|
||||
|
||||
# Cache Hugo dependencies and modules
|
||||
- name: Cache Hugo dependencies
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: /tmp/hugo_cache
|
||||
key: ${{ runner.os }}-hugo-${{ hashFiles('**/go.sum') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-hugo-
|
||||
# - name: Cache Hugo dependencies
|
||||
# uses: actions/cache@v3
|
||||
# with:
|
||||
# path: /tmp/hugo_cache
|
||||
# key: ${{ runner.os }}-hugo-${{ hashFiles('**/go.sum') }}
|
||||
# restore-keys: |
|
||||
# ${{ runner.os }}-hugo-
|
||||
|
||||
- name: Setup Hugo
|
||||
uses: peaceiris/actions-hugo@v2
|
||||
@@ -49,25 +49,25 @@ jobs:
|
||||
extended: true
|
||||
|
||||
# Cache resources but not public to prevent infinite loops
|
||||
- name: Cache Hugo resources
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: resources/_gen
|
||||
key: ${{ runner.os }}-hugo-resources-${{ hashFiles('content/**', 'layouts/**', 'static/**', 'themes/**', 'config/**') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-hugo-resources-
|
||||
# - name: Cache Hugo resources
|
||||
# uses: actions/cache@v3
|
||||
# with:
|
||||
# path: resources/_gen
|
||||
# key: ${{ runner.os }}-hugo-resources-${{ hashFiles('content/**', 'layouts/**', 'static/**', 'themes/**', 'config/**') }}
|
||||
# restore-keys: |
|
||||
# ${{ runner.os }}-hugo-resources-
|
||||
|
||||
- name: Build
|
||||
run: hugo --minify --buildFuture
|
||||
|
||||
# Cache apt packages
|
||||
- name: Cache apt packages
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: /var/cache/apt/archives
|
||||
key: ${{ runner.os }}-apt-${{ hashFiles('**/deploy.yml') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-apt-
|
||||
# - name: Cache apt packages
|
||||
# uses: actions/cache@v3
|
||||
# with:
|
||||
# path: /var/cache/apt/archives
|
||||
# key: ${{ runner.os }}-apt-${{ hashFiles('**/deploy.yml') }}
|
||||
# restore-keys: |
|
||||
# ${{ runner.os }}-apt-
|
||||
|
||||
- name: Install rsync
|
||||
run: sudo apt-get update && sudo apt-get install -y rsync
|
||||
|
||||
+11
-8
@@ -33,13 +33,16 @@ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus non magna ex. D
|
||||
{{< timelineItem icon="code" header="Apprenticeship (FIAE)" badge="2015 - 2018" subheader="at Wheregroup GmbH" >}}
|
||||
Apprenticeship with a focus on GIS.
|
||||
Used Technologies:
|
||||
|
||||
- QGIS
|
||||
- PostGIS
|
||||
- PostgreSQL
|
||||
- Python
|
||||
- Docker
|
||||
|
||||
<ul>
|
||||
<li>QGIS</li>
|
||||
<li>PostGIS</li>
|
||||
<li>PostgreSQL</li>
|
||||
<li>Python</li>
|
||||
<li>Docker</li>
|
||||
</ul>
|
||||
{{< /timelineItem >}}
|
||||
|
||||
# [Contact ] ( {{< ref "about" >}})
|
||||
{{< /timeline >}}
|
||||
|
||||
|
||||
# {{< email email="mailto:contact@benno-lorenz.com" text="Contact" subject="Contact Request" >}}
|
||||
|
||||
Reference in New Issue
Block a user