Skip to content

Commit 8338bca

Browse files
committed
Remove old jekyll website
1 parent bf4cce4 commit 8338bca

327 files changed

Lines changed: 10 additions & 18147 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/deploy.yml

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
on:
2-
push:
3-
branches: [ main ]
4-
5-
workflow_dispatch:
2+
push:
3+
# branches: [master]
4+
workflow_dispatch:
65

76
name: Build and deploy GH Pages
7+
8+
concurrency:
9+
group: pages-${{ github.ref }}
10+
cancel-in-progress: true
11+
812
jobs:
913
build:
1014
runs-on: ubuntu-latest
15+
container:
16+
image: ghcr.io/getzola/zola:v0.19.1
1117
steps:
1218
- name: Checkout
1319
uses: actions/checkout@v4
1420
with:
1521
lfs: true
1622

17-
- name: Install Zola
18-
run: |
19-
curl -L https://github.com/getzola/zola/releases/download/v0.21.0/zola-v0.21.0-x86_64-unknown-linux-gnu.tar.gz -o zola.tar.gz
20-
tar -xzf zola.tar.gz
21-
sudo mv zola /usr/local/bin/
22-
2323
- name: Build Zola site
2424
run: zola build
2525

@@ -28,7 +28,6 @@ jobs:
2828
with:
2929
path: ./public
3030

31-
3231
deploy:
3332
needs: build
3433
runs-on: ubuntu-latest

2016/de/contact.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

2016/de/imprint.md

Lines changed: 0 additions & 33 deletions
This file was deleted.

2016/de/index.md

Lines changed: 0 additions & 24 deletions
This file was deleted.

2016/de/press.md

Lines changed: 0 additions & 45 deletions
This file was deleted.

2016/de/privacy_policy.md

Lines changed: 0 additions & 36 deletions
This file was deleted.

2016/de/schedule.md

Lines changed: 0 additions & 40 deletions
This file was deleted.

2016/de/venue.md

Lines changed: 0 additions & 18 deletions
This file was deleted.

2016/de/visitors.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

2016/en/contact.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)