Skip to content

Commit 41c35b2

Browse files
.
1 parent a8252d4 commit 41c35b2

16 files changed

Lines changed: 2 additions & 247 deletions

.github/workflows/pages.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@ jobs:
3333

3434
- name: Build content
3535
run: |
36-
BUILD_DIR="$(pwd)/public"
36+
BUILD_DIR="$(WORKSPACE)/public"
3737
TMP_DIR=$(mktemp -d)
3838
3939
# Install build tools
4040
apk --no-cache add sqlite
4141
wget -qO - https://github.com/tdewolff/minify/releases/download/v2.23.11/minify_linux_amd64.tar.gz | tar -zxf - -C /usr/local/bin minify
4242
4343
# Prepare source files
44-
cp -R db/* src/* $TMP_DIR
44+
cp -R db/* _legacy/src/* $TMP_DIR
4545
cd $TMP_DIR
4646
4747
# Build database

src/favicon.ico

-15 KB
Binary file not shown.

src/googlee78c4ec223f14545.html

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/header.php

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

src/ico/android-chrome-192x192.png

-11.3 KB
Binary file not shown.

src/ico/android-chrome-512x512.png

-30.7 KB
Binary file not shown.

src/ico/apple-touch-icon.png

-10 KB
Binary file not shown.

src/ico/favicon-16x16.png

-571 Bytes
Binary file not shown.

src/ico/favicon-32x32.png

-1.28 KB
Binary file not shown.

src/ico/site.webmanifest

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

0 commit comments

Comments
 (0)