diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5b88001..56d33bd 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -3,7 +3,7 @@ name: Publish to Pages on: schedule: - - cron: '0 * * * *' + - cron: '0 0 * * 0' # Runs on pushes targeting the default branch push: branches: ["main"] diff --git a/Cargo.lock b/Cargo.lock index 93dce60..59d7702 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1707,7 +1707,7 @@ checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4" [[package]] name = "rustyink" -version = "0.1.7" +version = "0.2.0" dependencies = [ "anyhow", "async-recursion", diff --git a/Cargo.toml b/Cargo.toml index 6e8b73c..1b38c5b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustyink" -version = "0.1.7" +version = "0.2.0" edition = "2021" description = "Blazing fast static site generator" authors = ["Arjun Komath "]