From dcfb7ed020a43224d77db61604a087aa441d5e52 Mon Sep 17 00:00:00 2001 From: rstular Date: Tue, 2 Jun 2020 16:25:38 +0200 Subject: Another pipeline bug fix --- .github/workflows/ci-deploy.yml | 1 + dist/js/app.js | 2 +- dist/pages/about.html | 2 +- dist/sw.js | 4 ++-- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-deploy.yml b/.github/workflows/ci-deploy.yml index cee1ed9..69ab464 100644 --- a/.github/workflows/ci-deploy.yml +++ b/.github/workflows/ci-deploy.yml @@ -24,6 +24,7 @@ jobs: run: | rm -r * mv /tmp/dist/.[!.]* . + mv /tmp/dist/* . - name: Commit files run: | git config --global user.email "action@github.com" diff --git a/dist/js/app.js b/dist/js/app.js index 623d86d..53115c0 100755 --- a/dist/js/app.js +++ b/dist/js/app.js @@ -3,7 +3,7 @@ const app_version = "1.0.14-beta"; -const previous_commit = "f06c1210549f0e6c81b72c6f51b811304e8cd7c4"; +const previous_commit = "ab8e40cac16a1146fab72dffb8922165b097f730"; if ("serviceWorker" in navigator) { navigator.serviceWorker.register("/sw.js") diff --git a/dist/pages/about.html b/dist/pages/about.html index f1785c7..748d16c 100755 --- a/dist/pages/about.html +++ b/dist/pages/about.html @@ -142,7 +142,7 @@

- ^HEAD f06c1210549f0e6c81b72c6f51b811304e8cd7c4 + ^HEAD ab8e40cac16a1146fab72dffb8922165b097f730

diff --git a/dist/sw.js b/dist/sw.js index 55c43c0..c3e0111 100755 --- a/dist/sw.js +++ b/dist/sw.js @@ -3,8 +3,8 @@ // Change version to cause cache refresh -const static_cache_name = "site-static-1.0.14-beta-f06c121"; -// commit before the latest is f06c1210549f0e6c81b72c6f51b811304e8cd7c4 +const static_cache_name = "site-static-1.0.14-beta-ab8e40c"; +// commit before the latest is ab8e40cac16a1146fab72dffb8922165b097f730 // Got them with find . -not -path '*/\.*' | sed "s/.*/\"&\",/" | grep -v sw.js // sw.js NE SME BITI CACHAN, ker vsebuje verzijo! -- cgit v1.2.3