We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 578bc80 commit 1743b24Copy full SHA for 1743b24
.github/workflows/ci.yml
@@ -5,7 +5,7 @@ on:
5
schedule:
6
- cron: "0 0,12 * * *"
7
env:
8
- refinedSitesVersion: 0.6.3
+ refinedSitesVersion: 0.6.4
9
jobs:
10
build:
11
runs-on: ubuntu-latest
build-local.sh
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
3
-refinedSitesVersion="0.6.3"
+refinedSitesVersion="0.6.4"
4
rm -rf gh-*
rm -rf dist/
0 commit comments