summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ci-deploy.yml10
-rwxr-xr-xdist/js/app.js2
-rwxr-xr-xdist/pages/about.html2
-rwxr-xr-xdist/sw.js4
4 files changed, 10 insertions, 8 deletions
diff --git a/.github/workflows/ci-deploy.yml b/.github/workflows/ci-deploy.yml
index b36be84..76bdcfd 100644
--- a/.github/workflows/ci-deploy.yml
+++ b/.github/workflows/ci-deploy.yml
@@ -22,12 +22,14 @@ jobs:
ref: master
- name: Replace files
run: |
- rm -r .[!.]*
- mv /tmp/dist/.[!.]* .
+ rm -r * || true
+ rm -r .well-known
+ mv /tmp/dist/.well-known .
+ mv /tmp/dist/* .
- name: Commit files
run: |
- git config --local user.email "action@github.com"
- git config --local user.name "GitHub CI Action"
+ git config --global user.email "action@github.com"
+ git config --global user.name "GitHub CI Action"
git add -A
git commit -m "Mirror change from release"
- name: Push changes
diff --git a/dist/js/app.js b/dist/js/app.js
index 6937790..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 = "35b595f806f99ca18365d511ab820ab818da348d";
+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 6405a1d..748d16c 100755
--- a/dist/pages/about.html
+++ b/dist/pages/about.html
@@ -142,7 +142,7 @@
<div class="row">
<p>
<small>
- ^HEAD 35b595f806f99ca18365d511ab820ab818da348d
+ ^HEAD ab8e40cac16a1146fab72dffb8922165b097f730
</small>
</p>
</div>
diff --git a/dist/sw.js b/dist/sw.js
index 9c15e74..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-35b595f";
-// commit before the latest is 35b595f806f99ca18365d511ab820ab818da348d
+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!