Fixed resource hashes
test7 Signed-off-by: Victor Seiji Hariki <victorseijih@gmail.com> test8 Signed-off-by: Victor Seiji Hariki <victorseijih@gmail.com> Fixed resource hashes
This commit is contained in:
parent
23a1b234e3
commit
5972e1d761
2 changed files with 3 additions and 3 deletions
4
.github/workflows/cachebusting.yml
vendored
4
.github/workflows/cachebusting.yml
vendored
|
@ -21,6 +21,6 @@ jobs:
|
||||||
- name: Commit
|
- name: Commit
|
||||||
uses: EndBug/add-and-commit@v9.1.1
|
uses: EndBug/add-and-commit@v9.1.1
|
||||||
with:
|
with:
|
||||||
author_name: Github Actions
|
committer_name: Github Actions
|
||||||
author_email: victorseijih@gmail.com # Using my email here for now...
|
committer_email: actions@github.com
|
||||||
message: "Fixed resource hashes"
|
message: "Fixed resource hashes"
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<title>openOutpaint 🐠</title>
|
<title>openOutpaint 🐠</title>
|
||||||
<!-- CSS Variables -->
|
<!-- CSS Variables -->
|
||||||
<link href="css/colors.css?v=3f81e81" rel="stylesheet" />
|
<link href="css/colors.css?v=3f81e80" rel="stylesheet" />
|
||||||
<link href="css/icons.css?v=a25504c" rel="stylesheet" />
|
<link href="css/icons.css?v=a25504c" rel="stylesheet" />
|
||||||
|
|
||||||
<link href="css/index.css?v=ef0c943" rel="stylesheet" />
|
<link href="css/index.css?v=ef0c943" rel="stylesheet" />
|
||||||
|
|
Loading…
Reference in a new issue