diff --git a/.github/workflows/daily_update.yml b/.github/workflows/daily_update.yml index 81fe161..0836de8 100644 --- a/.github/workflows/daily_update.yml +++ b/.github/workflows/daily_update.yml @@ -4,8 +4,8 @@ name: Daily Data Update on: # Runs on pushes targeting the default branch schedule: - # - cron: "0 1 * * *" - - cron: "* * * * *" + - cron: "0 1 * * *" + # - cron: "* * * * *" # Allows you to run this workflow manually from the Actions tab workflow_dispatch: diff --git a/index.html b/index.html index e5ccfbd..82e0cd7 100644 --- a/index.html +++ b/index.html @@ -46,7 +46,6 @@ rialAtLastDate = usdAtDate * latestUsdValue; const rounded = Math.round(rialAtLastDate * 100) / 100; - debugger return { value: rounded, lastUsdValue: latestUsdValue, usdValueOnDate: usdOnDate } };