Skip to content

Commit 1743b24

Browse files
committed
Upgrade Refined Sites
1 parent 578bc80 commit 1743b24

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
schedule:
66
- cron: "0 0,12 * * *"
77
env:
8-
refinedSitesVersion: 0.6.3
8+
refinedSitesVersion: 0.6.4
99
jobs:
1010
build:
1111
runs-on: ubuntu-latest

build-local.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
refinedSitesVersion="0.6.3"
3+
refinedSitesVersion="0.6.4"
44

55
rm -rf gh-*
66
rm -rf dist/

0 commit comments

Comments
 (0)